Commit 4b850c63 authored by zhangwanglin's avatar zhangwanglin

导出只导出已申报的

parent 582443e1
...@@ -250,7 +250,7 @@ and organ.SRV_ORGAN_ID = #{req.srvOrganId} order by detail.SRV_DATE desc ...@@ -250,7 +250,7 @@ and organ.SRV_ORGAN_ID = #{req.srvOrganId} order by detail.SRV_DATE desc
left join CH_SRV_ORGAN o on d.SRV_ORGAN_ID = o.SRV_ORGAN_ID left join CH_SRV_ORGAN o on d.SRV_ORGAN_ID = o.SRV_ORGAN_ID
LEFT JOIN CH_FND_ORGAN t3 ON o.ORGAN_ID = t3.ORGAN_ID LEFT JOIN CH_FND_ORGAN t3 ON o.ORGAN_ID = t3.ORGAN_ID
<where> <where>
1=1 1=1 and d.status = 1
<if test="accountsId != null and accountsId != ''"> <if test="accountsId != null and accountsId != ''">
and d.ACCOUNTS_ID = #{accountsId} and d.ACCOUNTS_ID = #{accountsId}
</if> </if>
......
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