From 572b11587db2e82d8b94038fc57a59a44e3a8994 Mon Sep 17 00:00:00 2001 From: hanxueda Date: Wed, 24 Apr 2019 17:13:03 +0800 Subject: [PATCH] =?UTF-8?q?[=E7=A7=AF=E5=88=86][=E4=BF=AE=E6=94=B9]:B?= =?UTF-8?q?=E7=AB=AF=E7=A7=AF=E5=88=86=E6=93=8D=E4=BD=9C=E8=AE=B0=E5=BD=95?= =?UTF-8?q?=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/WxCreditHistoryMapper.xml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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}