From d378f0e47a2ebf4f81898fc75e5af570403ab11a Mon Sep 17 00:00:00 2001 From: xiaohanzi Date: Mon, 26 Apr 2021 11:42:48 +0800 Subject: [PATCH] fix cashout --- mallinkService/src/main/resources/mapper/WxCashOutMapper.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mallinkService/src/main/resources/mapper/WxCashOutMapper.xml b/mallinkService/src/main/resources/mapper/WxCashOutMapper.xml index b145aec13..fbf3e0581 100644 --- a/mallinkService/src/main/resources/mapper/WxCashOutMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxCashOutMapper.xml @@ -51,6 +51,10 @@ and `create_date` <= #{createDateEnd} + + + and `merchant_id` = #{merchantId} + and `merchant_name` like concat('%', #{merchantName},'%')