会员增余额修改

This commit is contained in:
张松
2025-02-19 14:17:45 +08:00
parent bac894dfbc
commit 869dc9bb5d
3 changed files with 9 additions and 2 deletions

View File

@@ -91,6 +91,7 @@ public class ShopUserServiceImpl extends ServiceImpl<ShopUserMapper, ShopUser> i
throw new ApiNotPrintException("增减用户余额操作失败");
}
userFlow.setIsCanRefund(0);
userFlow.setUserId(userInfo.getUserId());
userFlow.setShopId(userInfo.getShopId());
userFlow.setAmount(shopUserEditDTO.getMoney());