Showing
1 changed file
with
1 additions
and
1 deletions
| ... | ... | @@ -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) | ... | ... |