各砂站运输量统计表导出的表格中添加合计行及解决序号问题

dev
wuwenxiong 2022-02-14 15:29:20 +08:00
parent 190009a333
commit 17ef44914c
1 changed files with 1 additions and 0 deletions

View File

@ -1125,6 +1125,7 @@ public class OrderTempSyncService {
if (prepayCustomer == null) {
return Result.failed("没有找到客户预付费信息");
}
//账户可用余额
BigDecimal availableBalance = PresellOrderService.me.getPresellCustomerSurplusById(ordercluster.getCustomerId());
if (availableBalance == null || availableBalance.compareTo(min) <= 0) {