fix: 退款修改
This commit is contained in:
parent
c1145538dc
commit
b363044282
|
|
@ -606,7 +606,7 @@ public class TbOrderInfoServiceImpl implements TbOrderInfoService {
|
|||
if (user == null) {
|
||||
throw new BadRequestException("用户信息不存在");
|
||||
}
|
||||
tbMShopUserMapper.incrBalance(userId, shopId, returnAmount, cn.hutool.core.date.DateUtil.current());
|
||||
tbMShopUserMapper.incrBalance(user.getId(), shopId, returnAmount, cn.hutool.core.date.DateUtil.current());
|
||||
|
||||
TbShopUserFlow flow = new TbShopUserFlow();
|
||||
flow.setShopUserId(user.getId());
|
||||
|
|
|
|||
Loading…
Reference in New Issue