|
|
@ -137,7 +137,6 @@ public class IcNeighborHoodController { |
|
|
|
public Result neighborhoodImport(@LoginUser TokenDto tokenDTO, @RequestParam("file") MultipartFile file, |
|
|
|
@RequestParam("orgId")String orgId, |
|
|
|
@RequestParam("orgType")String orgType) throws IOException { |
|
|
|
log.info("地址:" + file.getResource().getURI().getPath().toString()); |
|
|
|
ImportInfoFormDTO formDTO = new ImportInfoFormDTO(); |
|
|
|
formDTO.setCustomerId(tokenDTO.getCustomerId()); |
|
|
|
formDTO.setOrgType(orgType); |
|
|
|