|
@@ -1467,7 +1467,7 @@ public class PmDemandServiceImpl extends ServiceImpl<PmDemandMapper, PmDemand> i
|
|
|
PmDemand pmDemandUpdate = new PmDemand();
|
|
|
pmDemandUpdate.setDemandId(demnadId);
|
|
|
pmDemandUpdate.setWarnStatus(WarnStatus.DEMAND_COMMT_WARNING.getCode());
|
|
|
- this.updateById(pmDemand);
|
|
|
+ this.updateById(pmDemandUpdate);
|
|
|
}
|
|
|
}
|
|
|
|