|
@ -586,8 +586,7 @@ public class IcCommunitySelfOrganizationServiceImpl extends BaseServiceImpl<IcCo |
|
|
String url = erroeImport(fileList); |
|
|
String url = erroeImport(fileList); |
|
|
upImportTask(url, taskId, tokenDto.getUserId(), true); |
|
|
upImportTask(url, taskId, tokenDto.getUserId(), true); |
|
|
} catch (Exception e) { |
|
|
} catch (Exception e) { |
|
|
e.printStackTrace(); |
|
|
log.error("【社会自组织信息导入】程序错误", e); |
|
|
log.error("【社会自组织信息导入】程序错误"); |
|
|
|
|
|
upImportTask(null, taskId, tokenDto.getUserId(), false); |
|
|
upImportTask(null, taskId, tokenDto.getUserId(), false); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|