Merge remote-tracking branch 'origin/master' into xinghong-dev
| | |
| | | * @return ResponseEntity 对象 |
| | | */ |
| | | public ResponseEntity<String> importData(IPageData pd, MultipartFile uploadFile) throws Exception{ |
| | | |
| | | return assetImportSMOImpl.importExcelData(pd,uploadFile); |
| | | } |
| | | |
| | |
| | | Map<String, Object> info = new HashMap<>(); |
| | | info.put("carNums", carNums.toArray(new String[carNums.size()])); |
| | | info.put("communityId", tmpImportCarFees.get(0).getCommunityId()); |
| | | info.put("statusCd", "0"); |
| | | List<OwnerCarDto> ownerCarDtos = BeanConvertUtil.covertBeanList(ownerCarServiceDaoImpl.getOwnerCarInfo(info), OwnerCarDto.class); |
| | | |
| | | for (OwnerCarDto ownerCarDto : ownerCarDtos) { |