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
5da35f14
Commit
5da35f14
authored
Mar 10, 2022
by
duanzhihong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
失能查詢
parent
dc496c59
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
DisableService.java
...rc/main/java/com/hungraim/ltc/service/DisableService.java
+1
-1
DisableServiceImpl.java
...ava/com/hungraim/ltc/service/impl/DisableServiceImpl.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/service/DisableService.java
View file @
5da35f14
...
...
@@ -127,7 +127,7 @@ public interface DisableService {
*/
Page
<
DisableInfoChangeVo
>
ListDisInfoChangeExamine
(
Page
<
DisableInfoChangeVo
>
page
,
Long
organId
,
Boolean
isChildGroup
,
String
districtProvincial
,
String
districtCity
,
String
districtArea
,
String
realName
,
String
certiCode
,
String
srv
OrganName
,
Short
applyStatus
);
String
realName
,
String
certiCode
,
String
apl
OrganName
,
Short
applyStatus
);
/**
* 失能人员信息变更-查看修改
...
...
apply/apply-service/src/main/java/com/hungraim/ltc/service/impl/DisableServiceImpl.java
View file @
5da35f14
...
...
@@ -464,7 +464,7 @@ public class DisableServiceImpl implements DisableService {
@Override
public
Page
<
DisableInfoChangeVo
>
ListDisInfoChangeExamine
(
Page
<
DisableInfoChangeVo
>
page
,
Long
organId
,
Boolean
isChildGroup
,
String
districtProvincial
,
String
districtCity
,
String
districtArea
,
String
realName
,
String
certiCode
,
String
srv
OrganName
,
Short
applyStatus
)
{
String
realName
,
String
certiCode
,
String
apl
OrganName
,
Short
applyStatus
)
{
List
<
Long
>
organIds
=
null
;
if
(
organId
!=
null
)
{
if
(
isChildGroup
==
null
)
{
...
...
@@ -474,7 +474,7 @@ public class DisableServiceImpl implements DisableService {
organIds
=
organService
.
getOrganIds
(
organId
,
isChildGroup
);
}
return
chDisableInfoChangeMapper
.
getListDisableInfoChange
(
page
,
organIds
,
districtProvincial
,
districtCity
,
districtArea
,
realName
,
certiCode
,
srv
OrganName
,
applyStatus
);
,
districtCity
,
districtArea
,
realName
,
certiCode
,
apl
OrganName
,
applyStatus
);
}
@Override
...
...
apply/apply-service/src/main/resources/mapper/DisableInfoChangeMapper.xml
View file @
5da35f14
...
...
@@ -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