瀏覽代碼

修复部分bug

java110 4 年之前
父節點
當前提交
5994a26f2d

+ 0 - 1
service-front/src/main/java/com/java110/front/components/assetImport/AssetImportComponent.java

@@ -33,7 +33,6 @@ public class AssetImportComponent {
      * @return ResponseEntity 对象
      * @return ResponseEntity 对象
      */
      */
     public ResponseEntity<String> importData(IPageData pd, MultipartFile uploadFile) throws Exception{
     public ResponseEntity<String> importData(IPageData pd, MultipartFile uploadFile) throws Exception{
-
         return assetImportSMOImpl.importExcelData(pd,uploadFile);
         return assetImportSMOImpl.importExcelData(pd,uploadFile);
     }
     }
 
 

+ 1 - 0
service-user/src/main/java/com/java110/user/smo/impl/OwnerCarInnerServiceSMOImpl.java

@@ -103,6 +103,7 @@ public class OwnerCarInnerServiceSMOImpl extends BaseServiceSMO implements IOwne
         Map<String, Object> info = new HashMap<>();
         Map<String, Object> info = new HashMap<>();
         info.put("carNums", carNums.toArray(new String[carNums.size()]));
         info.put("carNums", carNums.toArray(new String[carNums.size()]));
         info.put("communityId", tmpImportCarFees.get(0).getCommunityId());
         info.put("communityId", tmpImportCarFees.get(0).getCommunityId());
+        info.put("statusCd", "0");
         List<OwnerCarDto> ownerCarDtos = BeanConvertUtil.covertBeanList(ownerCarServiceDaoImpl.getOwnerCarInfo(info), OwnerCarDto.class);
         List<OwnerCarDto> ownerCarDtos = BeanConvertUtil.covertBeanList(ownerCarServiceDaoImpl.getOwnerCarInfo(info), OwnerCarDto.class);
 
 
         for (OwnerCarDto ownerCarDto : ownerCarDtos) {
         for (OwnerCarDto ownerCarDto : ownerCarDtos) {