From 72aaf684a86a540179c8830747af82c04b77dfec Mon Sep 17 00:00:00 2001 From: wuwenxiong <646448316@qq.com> Date: Tue, 15 Feb 2022 09:41:27 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E5=94=AE=E5=8D=95=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E4=B8=AD=EF=BC=8C=E4=B8=8D=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E5=89=A9=E4=BD=99=E5=8F=AF=E9=85=8D=E4=BD=99=E9=A2=9D=EF=BC=8C?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E2=80=9C=E5=AE=A2=E6=88=B7=E9=A2=84=E5=94=AE?= =?UTF-8?q?=E6=80=BB=E4=BD=99=E9=A2=9D=EF=BC=88=E5=85=83=EF=BC=89=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/cowr/ssjygl/presellorder/PresellOrderService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssjygl-xsx-common/src/main/java/com/cowr/ssjygl/presellorder/PresellOrderService.java b/ssjygl-xsx-common/src/main/java/com/cowr/ssjygl/presellorder/PresellOrderService.java index 0a84b6c..42872b8 100644 --- a/ssjygl-xsx-common/src/main/java/com/cowr/ssjygl/presellorder/PresellOrderService.java +++ b/ssjygl-xsx-common/src/main/java/com/cowr/ssjygl/presellorder/PresellOrderService.java @@ -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); } }