|
|
@ -27,6 +27,7 @@ import org.springframework.jdbc.core.JdbcTemplate;
|
|
|
|
import org.springframework.scheduling.annotation.Async;
|
|
|
|
import org.springframework.scheduling.annotation.Async;
|
|
|
|
import org.springframework.scheduling.support.CronSequenceGenerator;
|
|
|
|
import org.springframework.scheduling.support.CronSequenceGenerator;
|
|
|
|
import org.springframework.stereotype.Service;
|
|
|
|
import org.springframework.stereotype.Service;
|
|
|
|
|
|
|
|
import org.springframework.transaction.annotation.Transactional;
|
|
|
|
import org.springframework.web.multipart.MultipartFile;
|
|
|
|
import org.springframework.web.multipart.MultipartFile;
|
|
|
|
|
|
|
|
|
|
|
|
import com.alibaba.fastjson.JSON;
|
|
|
|
import com.alibaba.fastjson.JSON;
|
|
|
@ -58,6 +59,7 @@ import okhttp3.Response;
|
|
|
|
/*数据中继数据中心(接收)*/
|
|
|
|
/*数据中继数据中心(接收)*/
|
|
|
|
@Slf4j
|
|
|
|
@Slf4j
|
|
|
|
@Service
|
|
|
|
@Service
|
|
|
|
|
|
|
|
@Transactional(rollbackFor = Exception.class)
|
|
|
|
public class IdcServiceImpl implements IdcService {
|
|
|
|
public class IdcServiceImpl implements IdcService {
|
|
|
|
private static final Logger logger = LoggerFactory.getLogger(IdcServiceImpl.class);
|
|
|
|
private static final Logger logger = LoggerFactory.getLogger(IdcServiceImpl.class);
|
|
|
|
@Value("${file_path}")
|
|
|
|
@Value("${file_path}")
|
|
|
|