fix: 充值xml int影响行数为null修复
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
limit 1
|
||||
</select>
|
||||
|
||||
<select id="updateMemberPoints" resultType="int">
|
||||
<select id="updateMemberPoints" resultType="integer">
|
||||
update tb_shop_user set last_points_change_time = now(),last_float_points = #{points},account_points = account_points + ${points} where id = #{memberId}
|
||||
</select>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user