From c61f994ed5cc7d8cc62ae3f9f34b6fd6c0637061 Mon Sep 17 00:00:00 2001 From: gaoqr <13665037151@163.com> Date: Thu, 4 Jun 2026 09:14:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E5=8D=95=E9=9D=A2=E7=A7=AF=E5=B1=9E?= =?UTF-8?q?=E6=80=A7=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../module/executor/service/plan/PlanServiceImpl.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cf-module-prod-executor/cf-module-prod-executor-biz/src/main/java/com/cf/imes/module/executor/service/plan/PlanServiceImpl.java b/cf-module-prod-executor/cf-module-prod-executor-biz/src/main/java/com/cf/imes/module/executor/service/plan/PlanServiceImpl.java index f22704713..90bcda5ae 100644 --- a/cf-module-prod-executor/cf-module-prod-executor-biz/src/main/java/com/cf/imes/module/executor/service/plan/PlanServiceImpl.java +++ b/cf-module-prod-executor/cf-module-prod-executor-biz/src/main/java/com/cf/imes/module/executor/service/plan/PlanServiceImpl.java @@ -1434,7 +1434,7 @@ public class PlanServiceImpl implements PlanService { planMapper.update(new LambdaUpdateWrapper() .eq(PlanDO::getId, planId) .set(PlanDO::getPlateNum, plateNum) - .set(PlanDO::getArea, area)); + .set(PlanDO::getPlateArea, area)); } } @@ -1502,7 +1502,7 @@ public class PlanServiceImpl implements PlanService { planMapper.update(new LambdaUpdateWrapper() .eq(PlanDO::getId, planId) .set(PlanDO::getPlateNum, plateNum) - .set(PlanDO::getArea, area)); + .set(PlanDO::getPlateArea, area)); } } @@ -1944,7 +1944,7 @@ public class PlanServiceImpl implements PlanService { .build(); // 更新板件排单id & 统计更新order_goods的数量和面积 - planDO.setArea(computePlatePlanAndComputeOrderGoodsInfo(planId, goodsPlateIdMap)); + planDO.setPlateArea(computePlatePlanAndComputeOrderGoodsInfo(planId, goodsPlateIdMap)); planDOS.add(planDO); } @@ -2015,7 +2015,7 @@ public class PlanServiceImpl implements PlanService { .build(); // 更新板件排单id & 统计更新order_goods的数量和面积 - planDO.setArea(computePlatePlanAndComputeOrderGoodsInfo(planId, goodsPlateIdMap)); + planDO.setPlateArea(computePlatePlanAndComputeOrderGoodsInfo(planId, goodsPlateIdMap)); planDOS.add(planDO); } // 统计更新orders的小板数量和面积