分销订单退款

This commit is contained in:
张松
2025-10-30 14:47:45 +08:00
parent 05fbdb0826
commit 74ae88c7fe
5 changed files with 36 additions and 6 deletions

View File

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