Commit 1626207e by huluobin

update

parent 6add96e8
......@@ -171,6 +171,8 @@ public class AgentUserServiceImpl extends ServiceImpl<AgentUserMapper, AgentUser
this.addBalanceLog(2, agentUser.getBalance(), agentUserId, orderId);
//商城订单扣保证金
this.addBalanceLog(4, amount.subtract(agentUser.getBalance()), agentUserId, orderId);
} else {
throw new RRException("余额不足");
}
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment