优化报错

This commit is contained in:
磷叶 2025-05-18 11:09:34 +08:00
parent 106c23e89e
commit 076b755950

View File

@ -371,7 +371,7 @@ public class BonusServiceImpl implements BonusService {
bonus.getBstId(), bonus.getBstId(),
reason, reason,
true); true);
ServiceUtil.assertion(subtract != 1, "为用户%s减少账户金额失败", bonus.getArrivalId()); ServiceUtil.assertion(subtract != 1, "用户【%s】余额不足%s元", bonus.getArrivalName(), amount);
} }
} }