Просмотр исходного кода

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

release_toaliyun_real
Stormeye Wu 6 лет назад
Родитель
Сommit
a39615b06a
2 измененных файлов: 2 добавлений и 2 удалений
  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 Просмотреть файл

@@ -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}
</update>
</mapper>

+ 1
- 1
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}
</update>

</mapper>

Загрузка…
Отмена
Сохранить