|
@@ -76,6 +76,11 @@ public class PmTaskServer {
|
|
|
pmDemand.setDemandId(item.getDemandId());
|
|
|
pmDemand.setWarnStatus(WarnStatus.PLAN_DELIVER_WARNING.getCode());
|
|
|
updateList.add(pmDemand);
|
|
|
+ } else {
|
|
|
+ PmDemand pmDemand = new PmDemand();
|
|
|
+ pmDemand.setDemandId(item.getDemandId());
|
|
|
+ pmDemand.setWarnStatus(WarnStatus.NORMAL.getCode());
|
|
|
+ updateList.add(pmDemand);
|
|
|
}
|
|
|
}
|
|
|
}
|