Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
long-tern-care-service
Project
Project
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
hubin
long-tern-care-service
Commits
0a5cb8b8
Commit
0a5cb8b8
authored
Mar 08, 2022
by
liuxun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
merge
parent
d97aff95
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
DisableController.java
...n/java/com/hungraim/ltc/controller/DisableController.java
+2
-2
DisableInfoChangeMapper.xml
...ice/src/main/resources/mapper/DisableInfoChangeMapper.xml
+2
-2
No files found.
apply/apply-service/src/main/java/com/hungraim/ltc/controller/DisableController.java
View file @
0a5cb8b8
...
...
@@ -375,10 +375,10 @@ public class DisableController {
@GetMapping
(
"/listDisInfoChangeExamine"
)
public
Result
<
Page
<
DisableInfoChangeVo
>>
getListDisInfoChangeExamine
(
@RequestParam
(
defaultValue
=
"1"
)
Integer
pageNum
,
@RequestParam
(
defaultValue
=
"10"
)
Integer
pageSize
,
Long
organId
,
Boolean
isChildGroup
,
String
districtProvincial
,
String
districtCity
,
String
districtArea
,
String
realName
,
String
certiCode
,
String
apl
OrganName
,
Short
applyStatus
)
{
String
realName
,
String
certiCode
,
String
srv
OrganName
,
Short
applyStatus
)
{
Page
<
DisableInfoChangeVo
>
page
=
new
Page
<>(
pageNum
,
pageSize
);
page
=
disableService
.
ListDisInfoChangeExamine
(
page
,
organId
,
isChildGroup
,
districtProvincial
,
districtCity
,
districtArea
,
realName
,
certiCode
,
apl
OrganName
,
applyStatus
);
,
districtCity
,
districtArea
,
realName
,
certiCode
,
srv
OrganName
,
applyStatus
);
return
Result
.
success
(
page
);
}
...
...
apply/apply-service/src/main/resources/mapper/DisableInfoChangeMapper.xml
View file @
0a5cb8b8
...
...
@@ -47,8 +47,8 @@
<if
test=
"certiCode != null and certiCode != ''"
>
and change.CERTIF_NUM = #{certiCode}
</if>
<if
test=
"
srvOrganName != null and srv
OrganName != ''"
>
and srvOrgan.SRV_ORGAN_NAME like CONCAT(CONCAT('%',#{
srv
OrganName}) ,'%')
<if
test=
"
aplOrganName != null and apl
OrganName != ''"
>
and srvOrgan.SRV_ORGAN_NAME like CONCAT(CONCAT('%',#{
apl
OrganName}) ,'%')
</if>
<if
test=
"applyStatus != null"
>
and change.APPLY_STATUS = #{applyStatus}
...
...
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