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的小板数量和面积