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
e1e274bb
Commit
e1e274bb
authored
Apr 09, 2021
by
蔡镇泽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
失能人员信息列表省市区、机构
parent
fdf3a7c2
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
DisableApplyMapper.java
...rc/main/java/com/hungraim/ism/dao/DisableApplyMapper.java
+1
-1
ChDisableApplyMapper.xml
...ervice/src/main/resources/mapper/ChDisableApplyMapper.xml
+2
-2
ChDisableEvaluateMapper.xml
...ice/src/main/resources/mapper/ChDisableEvaluateMapper.xml
+4
-4
No files found.
apply/apply-service/src/main/java/com/hungraim/ism/dao/DisableApplyMapper.java
View file @
e1e274bb
...
@@ -37,7 +37,7 @@ public interface DisableApplyMapper extends BaseMapper<ChDisableApply> {
...
@@ -37,7 +37,7 @@ public interface DisableApplyMapper extends BaseMapper<ChDisableApply> {
String
dataFrom
,
String
srvOrganId
);
String
dataFrom
,
String
srvOrganId
);
DisableExamineInfoVO
selectDisableExamineInfoByApplyId
(
String
apply
His
Id
);
DisableExamineInfoVO
selectDisableExamineInfoByApplyId
(
String
applyId
);
List
<
ExamineRecord
>
listExamineRecordByApplyId
(
String
applyHisId
);
List
<
ExamineRecord
>
listExamineRecordByApplyId
(
String
applyHisId
);
}
}
apply/apply-service/src/main/resources/mapper/ChDisableApplyMapper.xml
View file @
e1e274bb
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<select
id=
"disableList"
resultType=
"com.hungraim.ism.pojo.vo.disable.DisableVO"
>
<select
id=
"disableList"
resultType=
"com.hungraim.ism.pojo.vo.disable.DisableVO"
>
select a.APPLY_ID applyId,
select a.APPLY_ID applyId,
o.
SRV_
ORGAN_NAME organName,
o.ORGAN_NAME organName,
a.organ_id organId,
a.organ_id organId,
a.DISTRICT_PROVINCIAL provincial,
a.DISTRICT_PROVINCIAL provincial,
a.DISTRICT_CITY city,
a.DISTRICT_CITY city,
...
@@ -109,7 +109,7 @@
...
@@ -109,7 +109,7 @@
a.CHECK_REMARK checkRemark
a.CHECK_REMARK checkRemark
from CH_DISABLE_APPLY a,
from CH_DISABLE_APPLY a,
CH_SRV_ORGAN o
CH_SRV_ORGAN o
where a.APPLY_ID = #{apply
His
Id}
where a.APPLY_ID = #{applyId}
and a.SRV_ORGAN_ID = o.organ_code
and a.SRV_ORGAN_ID = o.organ_code
</select>
</select>
...
...
assessment/assessment-service/src/main/resources/mapper/ChDisableEvaluateMapper.xml
View file @
e1e274bb
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<select
id=
"disableEvaluateList"
resultType=
"com.hungraim.ism.pojo.vo.disable.DisableEvaluateVO"
>
<select
id=
"disableEvaluateList"
resultType=
"com.hungraim.ism.pojo.vo.disable.DisableEvaluateVO"
>
select e.evaluate_id evaluateId,
select e.evaluate_id evaluateId,
o.
SRV_
ORGAN_NAME organName,
o.ORGAN_NAME organName,
e.organ_id organId,
e.organ_id organId,
e.PROVINCE_CODE provincial,
e.PROVINCE_CODE provincial,
e.CITY_CODE city,
e.CITY_CODE city,
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
<select
id=
"selectDisableEvaluateInfoByEvaluateId"
resultType=
"com.hungraim.ism.pojo.vo.disable.DisableEvaluateInfoVO"
>
<select
id=
"selectDisableEvaluateInfoByEvaluateId"
resultType=
"com.hungraim.ism.pojo.vo.disable.DisableEvaluateInfoVO"
>
select a.organ_id organId,
select a.organ_id organId,
(select o1.organ_name from CH_
SRV_ORGAN o1 where a.organ_id = o1.organ_code
) organName,
(select o1.organ_name from CH_
FND_ORGAN o1 where a.organ_id = o1.organ_id
) organName,
a.DISTRICT_PROVINCIAL provincial,
a.DISTRICT_PROVINCIAL provincial,
a.DISTRICT_CITY city,
a.DISTRICT_CITY city,
a.DISTRICT_AREA area,
a.DISTRICT_AREA area,
...
@@ -84,9 +84,9 @@
...
@@ -84,9 +84,9 @@
a.CHECK_NAME checkName,
a.CHECK_NAME checkName,
a.APPLY_STATUS applyStatus,
a.APPLY_STATUS applyStatus,
a.CHECK_REMARK checkRemark
a.CHECK_REMARK checkRemark
from
CH_DISABLE_APPLY
a,
from
ch_disable_evaluate
a,
CH_SRV_ORGAN o
CH_SRV_ORGAN o
where a.
APPLY_ID = #{applyHis
Id}
where a.
EVALUATE_ID = #{evaluate
Id}
and a.SRV_ORGAN_ID = o.organ_code
and a.SRV_ORGAN_ID = o.organ_code
</select>
</select>
...
...
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