Переглянути джерело

fix:预生产计划保存时给委外计划塞入委外类型

lumaojun 2 тижнів тому
батько
коміт
0cf23faa70

+ 1 - 0
easydo-mes/src/main/java/easydo/technology/service/impl/ProductPrePlanServiceImpl.java

@@ -286,6 +286,7 @@ public class ProductPrePlanServiceImpl implements ProductPrePlanService {
                     outsourcingPlan.setCode(code);
                     outsourcingPlan.setName(StringUtil.isNotEmpty(vo.getOutsourcingPlanName()) ? vo.getOutsourcingPlanName() : code);
                     outsourcingPlan.setStatus(MESEnum.OUTSOURCING_PLAN_OF_STATUS_PENDING.getValue());
+                    outsourcingPlan.setType(MESEnum.OUTSOURCING_PLAN_OF_TYPE_WHOLE.getValue());
                     outsourcingPlan.setBeginDate(vo.getPlanBeginDate());
                     outsourcingPlan.setEndDate(vo.getPlanEndDate());
                     outsourcingPlan.setCreateId(userId);