Commit 0c3cf93c authored by 蔡镇泽's avatar 蔡镇泽

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

parent c92c01a2
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
a.disease disease, a.disease disease,
a.eff_time effTime, a.eff_time effTime,
a.data_from dataFrom, a.data_from dataFrom,
a.ADRESS_DETAIL adressDetail a.APPLY_STATUS applyStatus
from CH_DISABLE_APPLY a,CH_FND_ORGAN o,CH_FND_SRV_MODE m from CH_DISABLE_APPLY a,CH_FND_ORGAN o,CH_FND_SRV_MODE m
where a.organ_id = o.ORGAN_ID where a.organ_id = o.ORGAN_ID
and a.srv_mode_id = m.SRV_MODE_ID and a.srv_mode_id = m.SRV_MODE_ID
......
...@@ -44,5 +44,5 @@ public class DisableVO { ...@@ -44,5 +44,5 @@ public class DisableVO {
//申请来源 //申请来源
private String dataFrom; private String dataFrom;
//审核状态 //审核状态
private String adressDetail; private String applyStatus;
} }
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