From 812a1ba14a0914e9942201054f61bb3032c6e2a2 Mon Sep 17 00:00:00 2001 From: zhc077 <565291854> Date: Fri, 17 Mar 2023 15:51:25 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E8=AE=A1=E5=88=92=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E5=8C=96-=E5=8A=9F=E8=83=BD=E6=94=B9=E9=80=A0=203.17?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/impl/IZyProductPlanAutoServiceImpl.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 */