预售单管理列表中,不显示剩余可配余额,显示“客户预售总余额(元)”
parent
2d135bfe2c
commit
72aaf684a8
|
|
@ -179,7 +179,7 @@ public class PresellOrderService extends BaseService {
|
|||
for (Record r : list) {
|
||||
Integer customer_id = r.getInt("customer_id");
|
||||
if (customer_id != null) {
|
||||
BigDecimal surplus = getPresellCustomerSurplusById(customer_id);
|
||||
BigDecimal surplus = getPresellCustomerSurplus2ById(customer_id);
|
||||
r.set("surplus", surplus);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue