From 130eb7cc1b8b1ed3a217b304dfbbbee2cc409dce Mon Sep 17 00:00:00 2001 From: gongbiao Date: Mon, 28 Oct 2019 16:30:26 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=95=86=E6=88=B7=E8=B4=A6=E5=8D=95][?= =?UTF-8?q?=E4=BF=AE=E6=94=B9][=E6=89=BF=E4=BB=98=E9=87=91=E9=A2=9D]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mallinkService/src/main/resources/mapper/WxBillAllMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mallinkService/src/main/resources/mapper/WxBillAllMapper.xml b/mallinkService/src/main/resources/mapper/WxBillAllMapper.xml index f56bc3122..de913c631 100644 --- a/mallinkService/src/main/resources/mapper/WxBillAllMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxBillAllMapper.xml @@ -835,7 +835,7 @@ left join wx_merchant mm on mm.id = ms.merchant_id left join wx_card_spend cs on cs.order_id = ms.order_id left join wx_c_user cu on cu.id = cs.owner_id - where ms.order_type in(3,0) and ms.status = 0 + where ms.status = 0 union all select receive_pay money,merchant_id id from wx_bill_rent_deposit where status = 3 union all