diff --git a/mallinkService/src/main/resources/mapper/WxCreditHistoryMapper.xml b/mallinkService/src/main/resources/mapper/WxCreditHistoryMapper.xml
index ae29dc314..5680934bf 100644
--- a/mallinkService/src/main/resources/mapper/WxCreditHistoryMapper.xml
+++ b/mallinkService/src/main/resources/mapper/WxCreditHistoryMapper.xml
@@ -90,17 +90,20 @@
and credit.tenant_id = #{tenantId}
+
+ and credit.operator_type = #{operatorType}
+
- and `operator_id` = #{operatorId}
+ and credit.operator_id = #{operatorId}
- and `credit_type` = #{creditType}
+ and credit.credit_type = #{creditType}
- and `c_user_id` = #{cUserId}
+ and credit.c_user_id = #{cUserId}
- and `merchant_id` = #{merchantId}
+ and credit.merchant_id = #{merchantId}