Commit a90e6a9a authored by suhuiguang's avatar suhuiguang

fix(jyjc):报检申请过滤

1.不发起流程时,接收机构看不见单据
parent 6aa18361
...@@ -95,6 +95,7 @@ ...@@ -95,6 +95,7 @@
</if> </if>
<if test="identity == 'receive'"> <if test="identity == 'receive'">
and (tzjia.inspection_unit_code = #{currentInspectionUnitCode} OR tzjia.transfer_to_user_ids LIKE concat ( '%', #{currentUserId}, '%' ) or tzjia.inspection_charge_person = #{currentUserId}) and (tzjia.inspection_unit_code = #{currentInspectionUnitCode} OR tzjia.transfer_to_user_ids LIKE concat ( '%', #{currentUserId}, '%' ) or tzjia.inspection_charge_person = #{currentUserId})
and tzjia.instance_id <![CDATA[<>]]> ''
</if> </if>
<if test="orgCode != null and orgCode != ''"> <if test="orgCode != null and orgCode != ''">
AND tzjia.instance_id <![CDATA[<>]]> '' AND tzjia.instance_id <![CDATA[<>]]> ''
......
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