diff --git a/jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/modules/productplan/service/impl/IZyProductPlanAutoServiceImpl.java b/jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/modules/productplan/service/impl/IZyProductPlanAutoServiceImpl.java index 3d62fd3e..ac9475f9 100644 --- a/jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/modules/productplan/service/impl/IZyProductPlanAutoServiceImpl.java +++ b/jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/modules/productplan/service/impl/IZyProductPlanAutoServiceImpl.java @@ -271,6 +271,7 @@ public class IZyProductPlanAutoServiceImpl extends ServiceImpl productPlanList = this.saveProductPlan(workOrderList); + //TODO List productPlanList = this.saveProductPlan4Mock(workOrderList); if (ObjectUtils.isEmpty(productPlanList)) return Collections.EMPTY_LIST; @@ -310,7 +311,7 @@ public class IZyProductPlanAutoServiceImpl extends ServiceImpl * 匹配车间工位设备与工序设备,工位设备包含工序设备即匹配成功,匹配失败做异常处理 - * 匹配车间工位工具与工序工具,工位设备包含工序设备即匹配成功,匹配失败做异常处理 + * 匹配车间工位工具与工序工具,工位工具包含工序设备即匹配成功,匹配失败做异常处理 * * @param planId */