From 0d25e7cea32659a9d004873e2b93ca7a4be874c3 Mon Sep 17 00:00:00 2001 From: liuzhaotian Date: Fri, 14 Jun 2024 16:40:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E5=8D=95=E5=BC=82=E5=B8=B8=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/planitem/PlanItemMapper.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 a16d19eff..c709c7fe1 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 @@ -14,7 +14,7 @@ - select distinct @@ -31,6 +31,7 @@ join order_goods og on oi.order_id = og.order_id and oi.organ_id = og.organ_id where opi.organ_id = #{organId} + and opi.plan_id in #{ids}