Browse Source

[授权手机号][修改]:更新成长值和积分历史表

release_toaliyun_real
Stormeye Wu 6 years ago
parent
commit
a39615b06a
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxCreditHistoryMapper.xml
  2. +1
    -1
      mallinkService/src/main/resources/mapper/WxScoreHistoryMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxCreditHistoryMapper.xml View File

@@ -204,6 +204,6 @@
update wx_credit_history update wx_credit_history
set c_user_id=#{newUserId} set c_user_id=#{newUserId}
where tenant_id=#{tenantId} where tenant_id=#{tenantId}
and c_user_id = #{userId}
and c_user_id = #{cUserId}
</update> </update>
</mapper> </mapper>

+ 1
- 1
mallinkService/src/main/resources/mapper/WxScoreHistoryMapper.xml View File

@@ -118,7 +118,7 @@
update wx_score_history update wx_score_history
set c_user_id=#{newUserId} set c_user_id=#{newUserId}
where tenant_id=#{tenantId} where tenant_id=#{tenantId}
and c_user_id = #{userId}
and c_user_id = #{cUserId}
</update> </update>


</mapper> </mapper>

Loading…
Cancel
Save