From 4542483828a9ca012913240967e681c80526ec76 Mon Sep 17 00:00:00 2001 From: liuzhaotian Date: Fri, 14 Mar 2025 16:34:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=AA=E6=8E=92=E5=8D=95=E5=8E=BB=E9=99=A4?= =?UTF-8?q?=E5=A4=A7=E6=9D=BF=E7=BA=B9=E7=90=86=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cf/imes/module/executor/service/plan/PlanServiceImpl.java | 4 ---- .../src/main/resources/mapper/planitem/PlanItemMapper.xml | 3 --- 2 files changed, 7 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 532d56118..1bed23576 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 @@ -727,8 +727,6 @@ public class PlanServiceImpl implements PlanService { List color = records.stream().map(OrderGoodsResp::getColor).distinct().toList(); - List texture = records.stream().map(OrderGoodsResp::getTexture).distinct().toList(); - List thickness = records.stream().map(OrderGoodsResp::getThickness).distinct().toList(); List brand = records.stream().map(OrderGoodsResp::getBrand).distinct().toList(); @@ -738,7 +736,6 @@ public class PlanServiceImpl implements PlanService { .inIfPresent("og.goods_name",goodsName) .inIfPresent("og.material",material) .inIfPresent("og.color",color) - .inIfPresent("og.texture",texture) .inIfPresent("og.thickness",thickness) .inIfPresent("og.brand",brand); @@ -1638,7 +1635,6 @@ public class PlanServiceImpl implements PlanService { Objects.toString(item.getMaterial(), ""), Objects.toString(item.getColor(), ""), Objects.toString(item.getThickness(), ""), - Objects.toString(item.getTexture(), ""), Objects.toString(item.getBrand(), "") ); } diff --git a/cf-module-prod-executor/cf-module-prod-executor-biz/src/main/resources/mapper/planitem/PlanItemMapper.xml b/cf-module-prod-executor/cf-module-prod-executor-biz/src/main/resources/mapper/planitem/PlanItemMapper.xml index 9d279b3c1..a28b39895 100644 --- a/cf-module-prod-executor/cf-module-prod-executor-biz/src/main/resources/mapper/planitem/PlanItemMapper.xml +++ b/cf-module-prod-executor/cf-module-prod-executor-biz/src/main/resources/mapper/planitem/PlanItemMapper.xml @@ -164,7 +164,6 @@ og.color as color, og.goods_name as goodsName, og.material as material, - og.texture as texture, og.thickness as thickness, og.brand as brand @@ -189,7 +188,6 @@ og.color as color, og.goods_name as goodsName, og.material as material, - og.texture as texture, og.thickness as thickness, og.brand as brand @@ -214,7 +212,6 @@ og.color as color, og.goods_name as goodsName, og.material as material, - og.texture as texture, og.thickness as thickness, og.brand as brand,