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
f09f3cc6
Commit
f09f3cc6
authored
Mar 08, 2022
by
duanzhihong
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
e49c4fac
0a5cb8b8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
DisableController.java
...n/java/com/hungraim/ltc/controller/DisableController.java
+2
-2
DisableInfoChangeMapper.xml
...ice/src/main/resources/mapper/DisableInfoChangeMapper.xml
+2
-3
No files found.
apply/apply-service/src/main/java/com/hungraim/ltc/controller/DisableController.java
View file @
f09f3cc6
...
...
@@ -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 @
f09f3cc6
...
...
@@ -50,10 +50,10 @@
<if
test=
"aplOrganName != null and aplOrganName != ''"
>
and srvOrgan.SRV_ORGAN_NAME like CONCAT(CONCAT('%',#{aplOrganName}) ,'%')
</if>
<if
test=
"applyStatus != null
and applyStatus != ''
"
>
<if
test=
"applyStatus != null"
>
and change.APPLY_STATUS = #{applyStatus}
</if>
</where>
</select>
</mapper>
\ No newline at end of file
</mapper>
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