Commit b9b14eb9fdc8a973363e22c6f910d3aa90a807ad

Authored by liquanyu
1 parent b9b41a403c

产筛

Showing 1 changed file with 2 additions and 2 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/SieveWorker.java View file @ b9b14eb
... ... @@ -97,11 +97,11 @@
97 97 Integer status = model.getStatus();
98 98 if (status == 1)
99 99 {
100   - referralStatus = 2;
  100 + referralStatus = 1;
101 101 }
102 102 else if (status == 0)
103 103 {
104   - referralStatus = 1;
  104 + referralStatus = 2;
105 105 }
106 106 }
107 107