Commit 936a9157 authored by zhangch's avatar zhangch

提交xml文件

parent fe324942
...@@ -22,9 +22,9 @@ ...@@ -22,9 +22,9 @@
a.eff_time effTime, a.eff_time effTime,
a.data_from dataFrom, a.data_from dataFrom,
a.APPLY_STATUS applyStatus a.APPLY_STATUS applyStatus
from CH_DISABLE_APPLY a,CH_FND_ORGAN o,CH_FND_SRV_MODE m from CH_DISABLE_APPLY a
where a.organ_id = o.ORGAN_ID LEFT JOIN CH_FND_ORGAN o ON a.organ_id = o.ORGAN_ID
and a.srv_mode_id = m.SRV_MODE_ID LEFT JOIN CH_FND_SRV_MODE m ON a.srv_mode_id = m.SRV_MODE_ID
<if test="organId != null and organId != ''"> <if test="organId != null and organId != ''">
<if test="isIncludeSubsidiaries == '0'"> <if test="isIncludeSubsidiaries == '0'">
and a.organ_id in (select organ_id form CH_FND_ORGAN where PARENT_ID = #{organId}) and a.organ_id in (select organ_id form CH_FND_ORGAN where PARENT_ID = #{organId})
......
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