fix():产出实绩修改,钢卷上下线修改

This commit is contained in:
Allenxy
2025-01-16 14:11:15 +08:00
parent aa142ae6bb
commit ba14d7d607

View File

@@ -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("");
} }