fix():产出实绩修改,钢卷上下线修改
This commit is contained in:
@@ -134,9 +134,11 @@ public class CrmPdiPlanServiceImpl extends ServiceImpl<CrmPdiPlanMapper, CrmPdiP
|
|||||||
|
|
||||||
if (StringUtils.compare(form.getOperation(), "ONLINE") == 0 && StringUtils.compare(form.getOperation(), "PRODUCT") != 0) {
|
if (StringUtils.compare(form.getOperation(), "ONLINE") == 0 && StringUtils.compare(form.getOperation(), "PRODUCT") != 0) {
|
||||||
crmPdiPlan.setStatus("READY");
|
crmPdiPlan.setStatus("READY");
|
||||||
this.updateById(crmPdiPlan);
|
|
||||||
log.info("退回钢卷,matId: {}", form.getCoilId());
|
log.info("退回钢卷,matId: {}", form.getCoilId());
|
||||||
this.updateById(crmPdiPlan);
|
this.updateById(crmPdiPlan);
|
||||||
|
|
||||||
|
proMatmapService.updateMatid("");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user