|
@@ -3,7 +3,6 @@ package com.eitc.quartz.task;
|
3
|
3
|
|
4
|
4
|
import com.eitc.common.monitor.FileSizeMonitor;
|
5
|
5
|
import com.eitc.common.utils.InterfaceVerificationUtil;
|
6
|
|
-import com.eitc.common.utils.ShellUtils;
|
7
|
6
|
import com.eitc.common.utils.spring.SpringUtils;
|
8
|
7
|
import com.eitc.patient.domain.ClinicInfo;
|
9
|
8
|
import com.eitc.patient.service.IClinicInfoService;
|
|
@@ -11,14 +10,12 @@ import com.eitc.patient.vo.ClinicInfoVO;
|
11
|
10
|
import org.springframework.beans.factory.annotation.Value;
|
12
|
11
|
import org.springframework.http.HttpHeaders;
|
13
|
12
|
import org.springframework.http.HttpMethod;
|
14
|
|
-import org.springframework.scheduling.annotation.Async;
|
15
|
13
|
import org.springframework.stereotype.Component;
|
16
|
14
|
import org.springframework.util.StreamUtils;
|
17
|
15
|
import org.springframework.web.client.ResponseExtractor;
|
18
|
16
|
import org.springframework.web.client.RestTemplate;
|
19
|
17
|
|
20
|
18
|
import javax.annotation.Resource;
|
21
|
|
-import javax.servlet.http.HttpServletRequest;
|
22
|
19
|
import java.io.BufferedOutputStream;
|
23
|
20
|
import java.io.File;
|
24
|
21
|
import java.io.IOException;
|