Merge branch 'master' of http://49.232.154.205:10100/DeXun/double-rack
This commit is contained in:
@@ -97,7 +97,7 @@ public class MillProductionPlanServiceImpl implements IMillProductionPlanService
|
||||
}
|
||||
|
||||
// 2. 更新计划状态为完成(2)
|
||||
plan.setProdStatus("done");
|
||||
plan.setProdStatus("Done");
|
||||
plan.setUpdateBy(SecurityUtils.getUsername());
|
||||
int updateResult = planMapper.update(plan);
|
||||
if (updateResult <= 0) {
|
||||
|
||||
Reference in New Issue
Block a user