|
|
@ -411,7 +411,7 @@ public class BuildingServiceImpl implements BuildingService { |
|
|
|
return new Result<String>().error("读取文件失败"); |
|
|
|
} |
|
|
|
ImportTaskCommonFormDTO importFormDTO = new ImportTaskCommonFormDTO(); |
|
|
|
importFormDTO.setBizType(ImportTaskConstants.BIZ_TYPE_NEIGHBOR_HOOD); |
|
|
|
importFormDTO.setBizType(ImportTaskConstants.BIZ_TYPE_BUILDING); |
|
|
|
importFormDTO.setOperatorId(formDTO.getUserId()); |
|
|
|
importFormDTO.setOriginFileName(ImportErrorMsgConstants.BUILDING_ERROR_NAME); |
|
|
|
Result<ImportTaskCommonResultDTO> importTask = epmetCommonServiceOpenFeignClient.createImportTask(importFormDTO); |
|
|
|