From 85c02470aeab84d410f1670e7d1c27435c18cb32 Mon Sep 17 00:00:00 2001 From: Lemon Date: Fri, 10 Oct 2025 14:53:38 +0800 Subject: [PATCH] =?UTF-8?q?bugfix=20=20=E4=BF=AE=E5=A4=8D=E5=88=86?= =?UTF-8?q?=E8=B4=A6=E7=A9=BA=E6=8C=87=E9=92=88=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jsowell/pile/service/impl/OrderBasicInfoServiceImpl.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/OrderBasicInfoServiceImpl.java b/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/OrderBasicInfoServiceImpl.java index 10e117a93..9999c1c15 100644 --- a/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/OrderBasicInfoServiceImpl.java +++ b/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/OrderBasicInfoServiceImpl.java @@ -2327,6 +2327,8 @@ public class OrderBasicInfoServiceImpl implements OrderBasicInfoService { insuranceSplit.setMemberId(Constants.ZERO); insuranceSplit.setAmount(String.valueOf(orderBasicInfo.getInsuranceAmount())); insuranceSplit.setFeeFlag(Constants.N); + insuranceSplit.setElecAmount(BigDecimal.ZERO); + insuranceSplit.setServiceAmount(BigDecimal.ZERO); resultList.add(insuranceSplit); }