Commit b548022e04918965b07bae280516a4bc995d2c82
1 parent
38a8a256
m
Showing
1 changed file
with
1 additions
and
1 deletions
trash-workFlow/src/main/java/com/trash/caseOffline/service/impl/CaseOfflineServiceImpl.java
| ... | ... | @@ -98,7 +98,7 @@ public class CaseOfflineServiceImpl implements ICaseOfflineService |
| 98 | 98 | |
| 99 | 99 | if (caseOffline.getStatus1() != null) { |
| 100 | 100 | if (caseOffline.getStatus1().equals("0")) { |
| 101 | - caseOffline.setStatus1(" and status1 = 0 and status = 0"); | |
| 101 | + caseOffline.setStatus1(" and status1 is null and status = 0"); | |
| 102 | 102 | } else if (caseOffline.getStatus1().equals("1")) { |
| 103 | 103 | caseOffline.setStatus1(" and status1 = 1 and status = 0"); |
| 104 | 104 | } else if (caseOffline.getStatus1().equals("2")) { | ... | ... |