各砂站运输量统计表导出的表格中添加合计行及解决序号问题
parent
190009a333
commit
17ef44914c
|
|
@ -1125,6 +1125,7 @@ public class OrderTempSyncService {
|
||||||
if (prepayCustomer == null) {
|
if (prepayCustomer == null) {
|
||||||
return Result.failed("没有找到客户预付费信息");
|
return Result.failed("没有找到客户预付费信息");
|
||||||
}
|
}
|
||||||
|
|
||||||
//账户可用余额
|
//账户可用余额
|
||||||
BigDecimal availableBalance = PresellOrderService.me.getPresellCustomerSurplusById(ordercluster.getCustomerId());
|
BigDecimal availableBalance = PresellOrderService.me.getPresellCustomerSurplusById(ordercluster.getCustomerId());
|
||||||
if (availableBalance == null || availableBalance.compareTo(min) <= 0) {
|
if (availableBalance == null || availableBalance.compareTo(min) <= 0) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue