Commit 9b96aa28 authored by suhuiguang's avatar suhuiguang

1.修改漏修改条件

parent 710a0a83
...@@ -54,6 +54,7 @@ ...@@ -54,6 +54,7 @@
</if> </if>
<if test="type == 'supervision'"> <if test="type == 'supervision'">
AND crt.receive_company_code = #{dto.unitCode} AND crt.receive_company_code = #{dto.unitCode}
AND crt.instance_id <![CDATA[<>]]> ''
</if> </if>
<if test="type == 'company'"> <if test="type == 'company'">
AND crt.use_unit_credit_code = #{dto.unitCode} AND crt.use_unit_credit_code = #{dto.unitCode}
......
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