Commit b0a85d58 authored by zhangwanglin's avatar zhangwanglin

基金申报

parent 0c28f8f0
......@@ -27,7 +27,7 @@
left join CH_SRV_ORGAN o on d.SRV_ORGAN_ID = o.SRV_ORGAN_ID
left join ch_srv_organ_emp emp on d.emp_id = emp.emp_id
<where>
1=1
1=1 and d.mode_name in ('医疗','养老','上门')
<if test="req.accountsId != null and req.accountsId != ''">
and d.ACCOUNTS_ID = #{req.accountsId}
</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