瀏覽代碼

1.结算问题修改

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());//车牌号

二進制
src/main/resources/template/handlingFeeTemplate.xlsx