wuhp преди 2 години
родител
ревизия
321ae6c970

+ 1 - 1
src/main/java/com/ydtech/modules/fnc/service/impl/InsPlyIncomeServiceImpl.java

@@ -791,11 +791,11 @@ handlingProportion,
         HashSet<String> partnerCompaniesIdSet = new HashSet<>();
         List<String> ids = new ArrayList<>();
         LocalDateTime now = LocalDateTime.now();
-        String  reason ="";
         ArrayList<HashMap<String, Object>> resultNoSelect = new ArrayList<>();
         try {
             List<InsPlyIncomeExcelDto> dtoList = ExcelEasypoiUtils.importExcel(multipartFile, InsPlyIncomeExcelDto.class, 0, 1, 1);
             for (InsPlyIncomeExcelDto excelItem : dtoList) {
+                String  reason ="";
                 HashMap<String, Object> objectObjectHashMap = new HashMap<>();
                 if (StringUtils.isNotEmpty(excelItem.getLicenseno())) {
                     objectObjectHashMap.put("licenseno", excelItem.getLicenseno());//车牌号

BIN
src/main/resources/template/handlingFeeTemplate.xlsx