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