Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gs1-office-web-sit
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
吴迪
gs1-office-web-sit
Commits
60135a7f
Commit
60135a7f
authored
Nov 06, 2022
by
吴迪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【修改】bug修改
parent
4bdc9d85
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
+10
-4
sqlserver.sql
db/sqlserver.sql
+9
-3
MedicalServiceImpl.java
...ffice/modules/manage/service/impl/MedicalServiceImpl.java
+1
-1
No files found.
db/sqlserver.sql
View file @
60135a7f
...
@@ -558,7 +558,7 @@ GO
...
@@ -558,7 +558,7 @@ GO
CREATE
TABLE
[
dbo
].[
medical
]
(
CREATE
TABLE
[
dbo
].[
medical
]
(
[
id
]
varchar
(
50
)
COLLATE
Chinese_PRC_CI_AS
NOT
NULL
,
[
id
]
varchar
(
50
)
COLLATE
Chinese_PRC_CI_AS
NOT
NULL
,
[
title
]
varchar
(
50
)
COLLATE
Chinese_PRC_CI_AS
NULL
,
[
title
]
varchar
(
50
0
)
COLLATE
Chinese_PRC_CI_AS
NULL
,
[
type
]
varchar
(
20
)
COLLATE
Chinese_PRC_CI_AS
NULL
,
[
type
]
varchar
(
20
)
COLLATE
Chinese_PRC_CI_AS
NULL
,
[
level
]
int
NULL
,
[
level
]
int
NULL
,
[
jumppath
]
varchar
(
255
)
COLLATE
Chinese_PRC_CI_AS
NULL
,
[
jumppath
]
varchar
(
255
)
COLLATE
Chinese_PRC_CI_AS
NULL
,
...
@@ -628,4 +628,11 @@ GO
...
@@ -628,4 +628,11 @@ GO
update
news
set
showtime
=
replace
(
showtime
,
'/'
,
'-'
);
update
news
set
showtime
=
replace
(
showtime
,
'/'
,
'-'
);
alter
table
index_carousel_manage
add
is_show
varchar
(
2
)
not
null
default
(
1
);
alter
table
index_carousel_manage
add
is_show
varchar
(
2
)
not
null
default
(
1
);
\ No newline at end of file
##
文件夹内容上传
2021
-
12
-
18
Movie
.
/
redis
-
server
.
exe
redis
.
windows
.
conf
src/main/java/io/office/modules/manage/service/impl/MedicalServiceImpl.java
View file @
60135a7f
...
@@ -35,7 +35,7 @@ public class MedicalServiceImpl extends ServiceImpl<MedicalDao, MedicalEntity> i
...
@@ -35,7 +35,7 @@ public class MedicalServiceImpl extends ServiceImpl<MedicalDao, MedicalEntity> i
if
(!
StringUtil
.
isNullOrEmpty
(
String
.
valueOf
(
params
.
get
(
"level"
)))){
if
(!
StringUtil
.
isNullOrEmpty
(
String
.
valueOf
(
params
.
get
(
"level"
)))){
medicalEntityQueryWrapper
.
eq
(
"level"
,
params
.
get
(
"level"
));
medicalEntityQueryWrapper
.
eq
(
"level"
,
params
.
get
(
"level"
));
}
else
{
}
else
{
medicalEntityQueryWrapper
.
g
e
(
"level"
,
0
);
medicalEntityQueryWrapper
.
g
t
(
"level"
,
0
);
}
}
IPage
<
MedicalEntity
>
page
=
this
.
page
(
IPage
<
MedicalEntity
>
page
=
this
.
page
(
new
Query
<
MedicalEntity
>().
getPage
(
params
),
new
Query
<
MedicalEntity
>().
getPage
(
params
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment