全局 日志

领取红包 返回
This commit is contained in:
2024-12-05 16:06:50 +08:00
parent 3416b0ef7f
commit 2ea9a4d813
2 changed files with 52 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ public interface UserMoneyDao extends BaseMapper<UserMoney> {
void updateMayMoney(@Param("type") Integer type, @Param("userId")Long userId, @Param("money") Double money);
void updateMayAmount(@Param("type") Integer type, @Param("userId")Long userId, @Param("money") Double amount);
void updateMayAmount(@Param("type") Integer type, @Param("userId")Long userId, @Param("amount") Double amount);
void updateSysMoney(@Param("type") Integer type, @Param("sysUserId")Long sysUserId, @Param("money") Double money);