Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -177,7 +177,7 @@ | @@ -177,7 +177,7 @@ | ||
| 177 | <choose> | 177 | <choose> |
| 178 | <when test="vo.queryType == 'REVOKE'"> | 178 | <when test="vo.queryType == 'REVOKE'"> |
| 179 | AND (tb.revoke_status = '' OR tb.revoke_status = null OR tb.revoke_status='CANCEL' OR | 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 | AND (tb.status='ISSUED' OR tb.status='WAIT' OR tb.status='TRANSIT') | 181 | AND (tb.status='ISSUED' OR tb.status='WAIT' OR tb.status='TRANSIT') |
| 182 | AND tb.examine_status = 'PASS' | 182 | AND tb.examine_status = 'PASS' |
| 183 | AND (tb.spec_change_status != 'IN_PROGRESS' OR tb.spec_change_status IS NULL) | 183 | AND (tb.spec_change_status != 'IN_PROGRESS' OR tb.spec_change_status IS NULL) |