Commit 9ae71791 authored by yangyang's avatar yangyang

fix(改造告知):列表 bug 修复

parent a84cf57f
...@@ -49,10 +49,10 @@ ...@@ -49,10 +49,10 @@
</if> </if>
<if test="type == 'supervision'"> <if test="type == 'supervision'">
AND isn.notice_status in ('6612', '6613', '6614') AND isn.notice_status in ('6612', '6613', '6614')
<!-- AND isn.receive_org_code = #{orgCode}--> AND isn.receive_org_code = #{orgCode}
<!-- AND (isn.notice_status in ('6612', '6613', '6614') or isn.status in('6614') )--> <!-- AND (isn.notice_status in ('6612', '6613', '6614') or isn.status in('6614') )-->
</if> </if>
<if test="orgCode != null and orgCode != ''"> <if test="type == 'enterprise'">
AND isn.install_unit_credit_code = #{orgCode} AND isn.install_unit_credit_code = #{orgCode}
</if> </if>
</where> </where>
......
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