From 2d7261f5680bb595a7279d959a8626d3b111f1a6 Mon Sep 17 00:00:00 2001 From: gongbiao Date: Wed, 20 Mar 2019 17:17:03 +0800 Subject: [PATCH] =?UTF-8?q?[BUG][=E4=BF=AE=E6=94=B9][=E4=BA=91=E7=AB=AF?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=EF=BC=9Aversion:.782.1095=20=EF=BC=9A?= =?UTF-8?q?=E6=8B=BC=E5=9B=A2=E8=90=A5=E9=94=80=E6=95=B0=E6=8D=AE-?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E6=B2=A1=E6=9C=89=E5=8F=8D=E5=BA=94]?= 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 12ead6dde..ee9f8a17a 100644 --- a/mallinkService/src/main/resources/mapper/WxOrderGroupMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxOrderGroupMapper.xml @@ -109,7 +109,7 @@ (select count(*) total from wx_coupon_order where coupon_type=9 and coupon_order_status=1 and coupon_id=c.id) verify_count, IFNULL((select count(*) from wx_order where order_group_id!=0 and product_id=c.id),0) total_people - from wx_coupon c where type=9 + from wx_coupon c where type=9 order by c.status,c.id desc ) c