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},'%')