Commit 7b727a8ed832d99d7776887efaf7cff04d119fab

Authored by 房远帅
1 parent f65c67ba

楚江ERP:撤销单-可撤销数据查询问题修复

... ... @@ -177,7 +177,7 @@
177 177 <choose>
178 178 <when test="vo.queryType == 'REVOKE'">
179 179 AND (tb.revoke_status = '' OR tb.revoke_status = null OR tb.revoke_status='CANCEL' OR
180   - tb.revoke_status='PARTIAL')
  180 + tb.revoke_status='PARTIAL' OR tb.revoke_status IS NULL)
181 181 AND (tb.status='ISSUED' OR tb.status='WAIT' OR tb.status='TRANSIT')
182 182 AND tb.examine_status = 'PASS'
183 183 AND (tb.spec_change_status != 'IN_PROGRESS' OR tb.spec_change_status IS NULL)
... ...