Merge remote-tracking branch 'origin/test' into test

This commit is contained in:
2025-10-30 15:55:49 +08:00
14 changed files with 81 additions and 25 deletions

View File

@@ -10,7 +10,6 @@
distribution_amount = distribution_amount + #{amount}
</set>
where id = #{userId}
and distribution_amount + #{amount} >= 0
</update>
</mapper>