From a737e072be125f5db463d0c1f41784a3de66ff31 Mon Sep 17 00:00:00 2001 From: yinq <1345442242@qq.com> Date: Wed, 28 Dec 2022 14:34:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=B9=E9=87=8F=E6=9F=A5=E8=AF=A2=E5=B7=A5?= =?UTF-8?q?=E5=8D=95=E7=BC=96=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/ShopOrderReleaseMapper.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dispatch/src/main/resources/mapper/ShopOrderReleaseMapper.xml b/dispatch/src/main/resources/mapper/ShopOrderReleaseMapper.xml index 075b6a15..aa4a38f7 100644 --- a/dispatch/src/main/resources/mapper/ShopOrderReleaseMapper.xml +++ b/dispatch/src/main/resources/mapper/ShopOrderReleaseMapper.xml @@ -158,6 +158,12 @@ AND SO.SHOP_ORDER = #{shopOrder} + + AND SO.SHOP_ORDER IN + + #{shopOrderItem} + + AND CF1.VALUE LIKE '%'|| #{workOrder} || '%'