|
|
@ -24,7 +24,7 @@
|
|
|
|
left join sys_dept c on b.dept_id = c.dept_id
|
|
|
|
left join sys_dept c on b.dept_id = c.dept_id
|
|
|
|
left join asset_official_account_cp e on a.id = e.asset_id
|
|
|
|
left join asset_official_account_cp e on a.id = e.asset_id
|
|
|
|
<where>
|
|
|
|
<where>
|
|
|
|
a.del_flag = '0' and e.task_id is null and e.audit_state is not null
|
|
|
|
a.del_flag = '0' and e.task_id is null
|
|
|
|
<if test="req.gzhmc!=null and req.gzhmc!='' ">
|
|
|
|
<if test="req.gzhmc!=null and req.gzhmc!='' ">
|
|
|
|
and a.gzhmc like concat('%',#{req.gzhmc},'%')
|
|
|
|
and a.gzhmc like concat('%',#{req.gzhmc},'%')
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|