Commit 929cb3cf authored by yangyang's avatar yangyang

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

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