Commit edc9bd0b by huluobin

update

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