提现定时任务修改
This commit is contained in:
@@ -14,5 +14,9 @@ public interface SysUserMoneyDao extends BaseMapper<SysUserMoney> {
|
||||
|
||||
@Update("update sys_user_money set money=money+#{money} where user_id=#{userId}")
|
||||
Boolean incrMoney(@Param("money") String money, @Param("userId") Long userId);
|
||||
|
||||
|
||||
@Update("update sys_user_money set money=money-#{money} where user_id=#{userId}")
|
||||
Boolean decrMoney(@Param("money") String money, @Param("userId") Long userId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user