From 93de8848ad40bc38337cb0af013b39abc7160e8d Mon Sep 17 00:00:00 2001 From: luozukai Date: Sat, 31 Aug 2019 14:03:41 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=90=88=E5=90=8C][=E4=BF=AE=E6=94=B9][?= =?UTF-8?q?=E5=BC=80=E5=8F=91=E8=B4=A6=E5=8D=95=E7=BB=93=E7=AE=97]?= 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, 2 insertions(+) diff --git a/mallinkService/src/main/resources/mapper/WxBillAllMapper.xml b/mallinkService/src/main/resources/mapper/WxBillAllMapper.xml index 48269634f..ff9a08acd 100644 --- a/mallinkService/src/main/resources/mapper/WxBillAllMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxBillAllMapper.xml @@ -755,7 +755,9 @@ rent_shop_type,'[]' shop_info,comments,'' price_detail,updatetime from wx_bill_other_deposit where tenant_id=#{tenantId} ) bill + where 1=1 and bill.status = #{status} + and bill.merchant_id=#{merchantId}