From a39615b06a8bbb8c8c5d379f1fbf3cbd4b204e6b Mon Sep 17 00:00:00 2001 From: Stormeye Wu Date: Mon, 5 Aug 2019 19:15:41 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=8E=88=E6=9D=83=E6=89=8B=E6=9C=BA=E5=8F=B7]?= =?UTF-8?q?[=E4=BF=AE=E6=94=B9]:=E6=9B=B4=E6=96=B0=E6=88=90=E9=95=BF?= =?UTF-8?q?=E5=80=BC=E5=92=8C=E7=A7=AF=E5=88=86=E5=8E=86=E5=8F=B2=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/WxCreditHistoryMapper.xml | 2 +- .../src/main/resources/mapper/WxScoreHistoryMapper.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mallinkService/src/main/resources/mapper/WxCreditHistoryMapper.xml b/mallinkService/src/main/resources/mapper/WxCreditHistoryMapper.xml index 788127472..cf08e5116 100644 --- a/mallinkService/src/main/resources/mapper/WxCreditHistoryMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxCreditHistoryMapper.xml @@ -204,6 +204,6 @@ update wx_credit_history set c_user_id=#{newUserId} where tenant_id=#{tenantId} - and c_user_id = #{userId} + and c_user_id = #{cUserId} diff --git a/mallinkService/src/main/resources/mapper/WxScoreHistoryMapper.xml b/mallinkService/src/main/resources/mapper/WxScoreHistoryMapper.xml index 8378192cf..85162b0ff 100644 --- a/mallinkService/src/main/resources/mapper/WxScoreHistoryMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxScoreHistoryMapper.xml @@ -118,7 +118,7 @@ update wx_score_history set c_user_id=#{newUserId} where tenant_id=#{tenantId} - and c_user_id = #{userId} + and c_user_id = #{cUserId}