Commit 4b49472a by huluobin

update

parent cd3cde1f
......@@ -729,7 +729,7 @@ public class OrderManageServiceImpl extends ServiceImpl<OrderManageMapper, Order
new LambdaQueryWrapper<CustomerBalanceRecord>().eq(CustomerBalanceRecord::getCustomerId, customerId)
.in(CustomerBalanceRecord::getType, Lists.newArrayList(1, 2))
);
);
//7、聚合结果
CustomerOrder customerOrder = new CustomerOrder();
......
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