From 17ef44914c11738d15e3325e4985db8014f66aee Mon Sep 17 00:00:00 2001 From: wuwenxiong <646448316@qq.com> Date: Mon, 14 Feb 2022 15:29:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=84=E7=A0=82=E7=AB=99=E8=BF=90=E8=BE=93?= =?UTF-8?q?=E9=87=8F=E7=BB=9F=E8=AE=A1=E8=A1=A8=E5=AF=BC=E5=87=BA=E7=9A=84?= =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E4=B8=AD=E6=B7=BB=E5=8A=A0=E5=90=88=E8=AE=A1?= =?UTF-8?q?=E8=A1=8C=E5=8F=8A=E8=A7=A3=E5=86=B3=E5=BA=8F=E5=8F=B7=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cowr/local/ssjygl/order/ordertemp/OrderTempSyncService.java | 1 + 1 file changed, 1 insertion(+) diff --git a/ssjygl-xsx-local/src/main/java/com/cowr/local/ssjygl/order/ordertemp/OrderTempSyncService.java b/ssjygl-xsx-local/src/main/java/com/cowr/local/ssjygl/order/ordertemp/OrderTempSyncService.java index 424f06c..d68e1e5 100644 --- a/ssjygl-xsx-local/src/main/java/com/cowr/local/ssjygl/order/ordertemp/OrderTempSyncService.java +++ b/ssjygl-xsx-local/src/main/java/com/cowr/local/ssjygl/order/ordertemp/OrderTempSyncService.java @@ -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) {