From 25d894e96ab31b674b36ceb7a8a7ff4c874b531b Mon Sep 17 00:00:00 2001 From: xiaohanzi Date: Sat, 10 Oct 2020 16:39:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=BC=E5=9B=A2bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mallinkService/src/main/resources/mapper/WxOrderGroupMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mallinkService/src/main/resources/mapper/WxOrderGroupMapper.xml b/mallinkService/src/main/resources/mapper/WxOrderGroupMapper.xml index 91367a9df..7372be060 100644 --- a/mallinkService/src/main/resources/mapper/WxOrderGroupMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxOrderGroupMapper.xml @@ -95,7 +95,7 @@ and o.order_group_id=#{orderGroupId} - and o.order_status in(10,11,12,13,14,15,16) + and o.order_status in(10,11,12,13,14,15,16,98,99) order by o.id desc,o.order_status