From 6469607b6f2b4f82f1114b333f9c81a34db4b1fd Mon Sep 17 00:00:00 2001 From: liuzhaotian Date: Wed, 2 Apr 2025 16:39:36 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8E=B7=E5=8F=96=E7=94=9F=E4=BA=A7=E5=8D=95?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E6=BA=90=EF=BC=9A=E5=B0=8F=E6=9D=BF=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E9=9B=86=EF=BC=8C=E7=BC=BA=E5=B0=91=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/planitem/PlanItemMapper.xml | 4 ++++ 1 file changed, 4 insertions(+) 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 3c5c7083a..449119d27 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 @@ -261,6 +261,8 @@ + + @@ -325,6 +327,8 @@ ogs.goods_id as plateGoodsId, ogs.goods_name as goodsName, + ogs.color as color, + ogs.material as material, op.id as plateId, op.order_id as orderId, op.name as name,