From 2baa6fa18784ad7b9eb4a66a4ffad21aa06d831b Mon Sep 17 00:00:00 2001 From: donqi Date: Fri, 18 Nov 2022 02:41:12 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ghy-order/src/main/resources/mapper/order/OrderMasterMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghy-order/src/main/resources/mapper/order/OrderMasterMapper.xml b/ghy-order/src/main/resources/mapper/order/OrderMasterMapper.xml index 5b5d5005..d52c118c 100644 --- a/ghy-order/src/main/resources/mapper/order/OrderMasterMapper.xml +++ b/ghy-order/src/main/resources/mapper/order/OrderMasterMapper.xml @@ -197,7 +197,7 @@ AND om.order_status != #{exceptOrderStatus} - AND om.has_dispatched_all != #{hasDispatchedAll} + AND om.has_dispatched_all = #{hasDispatchedAll}