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}