Commit 77df2a27 authored by 蔡镇泽's avatar 蔡镇泽

失能人员信息列表

parent 70e2d9a5
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
a.ADRESS_DETAIL adressDetail a.ADRESS_DETAIL adressDetail
from CH_DISABLE_APPLY a,CH_SRV_ORGAN o from CH_DISABLE_APPLY a,CH_SRV_ORGAN o
where a.organ_id = o.ORGAN_ID where a.organ_id = o.ORGAN_ID
<if test="provincial != null and city != null and area != null"> <if test="organId != null">
and a.organ_id = #{organId} and a.organ_id = #{organId}
</if> </if>
<if test="provincial != null and city != null and area != null"> <if test="provincial != null and city != null and area != null">
......
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