From 64b14b0549344f13b191e2c26ed199f62655c43f Mon Sep 17 00:00:00 2001
From: chengf <cgf12138@163.com>
Date: 星期三, 25 二月 2026 10:12:46 +0800
Subject: [PATCH] 导入测试

---
 service-api/src/main/java/com/java110/api/importData/adapt/ImportPropertyWhiteListfFlowAdapt.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/service-api/src/main/java/com/java110/api/importData/adapt/ImportPropertyWhiteListfFlowAdapt.java b/service-api/src/main/java/com/java110/api/importData/adapt/ImportPropertyWhiteListfFlowAdapt.java
index 6813571..a44781e 100644
--- a/service-api/src/main/java/com/java110/api/importData/adapt/ImportPropertyWhiteListfFlowAdapt.java
+++ b/service-api/src/main/java/com/java110/api/importData/adapt/ImportPropertyWhiteListfFlowAdapt.java
@@ -92,6 +92,7 @@
         sheet = ImportExcelUtils.getSheet(workbook, "鐧藉崟娴佹按  瀵煎叆鏂版ā鏉�");
         List<Object[]> oList = ImportExcelUtils.listFromSheet(sheet);
         PropertyWhiteListFlowDto white = null;
+        List<Map<String, Object>> maps = BeanConvertUtil.beanCovertMapListC(communityInnerServiceSMOImpl.queryCommunitys(new CommunityDto()));
         for (int osIndex = 0; osIndex < oList.size(); osIndex++) {
             Object[] os = oList.get(osIndex);
             if (osIndex == 0) { // 绗竴琛屾槸 澶撮儴淇℃伅 鐩存帴璺宠繃
@@ -113,14 +114,13 @@
                 inputTime = Vtil.defaultValueToDate(os[24]);
             }
             white.setChargeTime(chargeTime);//鏀惰垂鏃堕棿
-            white.setInvoiceReceiptNo(Vtil.defaultValueToDate(os[4]));//鍙戠エ
+            white.setInvoiceReceiptNo(Vtil.defaultValue(os[4]));//鍙戠エ
             white.setRoomId(os[5] == null ? null : os[5].toString());//鎴垮彿
             white.setPropertyAddress(os[5] == null ? null : os[5].toString());//涓氫富鍦板潃
             white.setDoorRoomNum((os[6] == null ? "" : os[6].toString() + "-") + (os[7] == null ? "" : os[7].toString() + "-") + (os[8] == null ? "" : os[8].toString()) );//闂ㄥ競鍙�
             if (white.getDoorRoomNum().isEmpty()){
                 white.setDoorRoomNum(null);
             }
-            List<Map<String, Object>> maps = BeanConvertUtil.beanCovertMapListC(communityInnerServiceSMOImpl.queryCommunitys(new CommunityDto()));
             setCommunityId(white, os, maps);
             white.setSecondaryFeeTypeCd(os[13] == null ? null : os[13].toString());//鏀惰垂鍐呭
             white.setChargeAmount(os[14] == null ? null : os[14].toString());//鏀惰垂閲戦

--
Gitblit v1.8.0