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
dbfdf180
Commit
dbfdf180
authored
Sep 07, 2021
by
wzs162
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改修改
parent
309c1e10
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
5 deletions
+12
-5
DisableInfoChangeMapper.xml
...ice/src/main/resources/mapper/DisableInfoChangeMapper.xml
+7
-4
DisableInfoChangeVo.java
...com/hungraim/ltc/pojo/vo/disable/DisableInfoChangeVo.java
+5
-1
No files found.
apply/apply-service/src/main/resources/mapper/DisableInfoChangeMapper.xml
View file @
dbfdf180
...
...
@@ -10,19 +10,22 @@
change.DISTRICT_PROVINCE districtProvince,
change.DISTRICT_CITY districtCity,
change.DISTRICT_AREA districtArea,
(select ORGAN_NAME from CH_FND_ORGAN organ where change.APL_ORGAN_ID=organ.ORGAN_ID)apl
OrganName,
srvOrgan.SRV_ORGAN_NAME srv
OrganName,
change.REAL_NAME realName,
change.GENDER gender,
change.BIRTHDAY birthday,
change.CERTIF_NUM certifNum,
change.TEL tel,
(select SRV_MODE_NAME from CH_FND_SRV_MODE cfdt where disinfo.SRV_MODE_ID=cfdt.SRV_MODE_ID)
srvModeName,
(select DISE_TYPE_CODE from CH_FND_DISEASE_TYPE where disinfo.DISE_TYPE_S = DISE_TYPE_ID)
diseTypeS,
srvMode.SRV_MODE_NAME
srvModeName,
disinfo.DISE_TYPE_S
diseTypeS,
change.EFF_TIME effTime,
change.APPLY_STATUS applyStatus
from CH_DISABLE_INFO_CHANGE change
left join CH_DISABLE_INFO disinfo on change.DISAB_INFO_ID=disinfo.DISAB_INFO_ID
left join CH_FND_ORGAN organ on change.ORGAN_ID=organ.ORGAN_ID
left join CH_SRV_ORGAN srvOrgan on change.APL_ORGAN_ID=srvOrgan.SRV_ORGAN_ID
left join CH_DISABLE_INFO disinfo on change.DISAB_INFO_ID=disinfo.DISAB_INFO_ID
left join CH_FND_SRV_MODE srvMode on disinfo.SRV_MODE_ID=srvMode.SRV_MODE_ID
<where>
and task.APR_TYPE = 0
<if
test=
"organId != null"
>
...
...
common/common-core/src/main/java/com/hungraim/ltc/pojo/vo/disable/DisableInfoChangeVo.java
View file @
dbfdf180
...
...
@@ -16,7 +16,6 @@ public class DisableInfoChangeVo {
* 机构代码
*/
private
String
organId
;
/**
* 所在省份
*/
...
...
@@ -36,6 +35,11 @@ public class DisableInfoChangeVo {
*/
private
Integer
aplOrganId
;
/**
* 提交机构
*/
private
String
srvOrganName
;
/**
* 申请人姓名
*/
private
String
realName
;
...
...
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