Commit 0779f586 by huluobin

update

parent edc9bd0b
......@@ -114,7 +114,7 @@ public class MallOrderPayServiceImpl implements MallOrderPayService {
if (agentUser == null) {
throw new RRException(ErrorCode.ER_2007);
}
agentUserService.addBalanceLog(2, mallOrder.getTotalPayAmount(), agentUser.getId(), orderId.toString());
agentUserService.addBalanceLog(2, mallOrder.getTotalPayAmount() , agentUser.getId(), orderId.toString());
mallOrder.setStatus(MallOrder.STATUS_UN_SHIP);
......
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