Commit e1e274bb authored by 蔡镇泽's avatar 蔡镇泽

失能人员信息列表省市区、机构

parent fdf3a7c2
......@@ -37,7 +37,7 @@ public interface DisableApplyMapper extends BaseMapper<ChDisableApply> {
String dataFrom, String srvOrganId);
DisableExamineInfoVO selectDisableExamineInfoByApplyId(String applyHisId);
DisableExamineInfoVO selectDisableExamineInfoByApplyId(String applyId);
List<ExamineRecord> listExamineRecordByApplyId(String applyHisId);
}
......@@ -4,7 +4,7 @@
<select id="disableList" resultType="com.hungraim.ism.pojo.vo.disable.DisableVO">
select a.APPLY_ID applyId,
o.SRV_ORGAN_NAME organName,
o.ORGAN_NAME organName,
a.organ_id organId,
a.DISTRICT_PROVINCIAL provincial,
a.DISTRICT_CITY city,
......@@ -109,7 +109,7 @@
a.CHECK_REMARK checkRemark
from CH_DISABLE_APPLY a,
CH_SRV_ORGAN o
where a.APPLY_ID = #{applyHisId}
where a.APPLY_ID = #{applyId}
and a.SRV_ORGAN_ID = o.organ_code
</select>
......
......@@ -4,7 +4,7 @@
<select id="disableEvaluateList" resultType="com.hungraim.ism.pojo.vo.disable.DisableEvaluateVO">
select e.evaluate_id evaluateId,
o.SRV_ORGAN_NAME organName,
o.ORGAN_NAME organName,
e.organ_id organId,
e.PROVINCE_CODE provincial,
e.CITY_CODE city,
......@@ -34,7 +34,7 @@
<select id="selectDisableEvaluateInfoByEvaluateId" resultType="com.hungraim.ism.pojo.vo.disable.DisableEvaluateInfoVO">
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_CITY city,
a.DISTRICT_AREA area,
......@@ -84,9 +84,9 @@
a.CHECK_NAME checkName,
a.APPLY_STATUS applyStatus,
a.CHECK_REMARK checkRemark
from CH_DISABLE_APPLY a,
from ch_disable_evaluate a,
CH_SRV_ORGAN o
where a.APPLY_ID = #{applyHisId}
where a.EVALUATE_ID = #{evaluateId}
and a.SRV_ORGAN_ID = o.organ_code
</select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment