Commit ab267a40 by huluobin

update

parent 20469256
......@@ -975,7 +975,7 @@ public class OrderManageServiceImpl extends ServiceImpl<OrderManageMapper, Order
ConsumerCommand consumerCmd = ConsumerCommand.builder()
.amount(customerBalance.getBalance())
.amount(balanceAmount.multiply(new BigDecimal(100)).intValue())
.customerId(orderManage.getPayUser())
.departmentId(orderManage.getDepartmentId())
.orderId(orderManage.getId())
......
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