This commit is contained in:
2026-05-06 15:13:40 +08:00

View File

@@ -97,7 +97,7 @@ public class MillProductionPlanServiceImpl implements IMillProductionPlanService
} }
// 2. 更新计划状态为完成(2) // 2. 更新计划状态为完成(2)
plan.setProdStatus("done"); plan.setProdStatus("Done");
plan.setUpdateBy(SecurityUtils.getUsername()); plan.setUpdateBy(SecurityUtils.getUsername());
int updateResult = planMapper.update(plan); int updateResult = planMapper.update(plan);
if (updateResult <= 0) { if (updateResult <= 0) {