|
|
|
@ -210,6 +210,7 @@ public class DlAllDataService {
|
|
|
|
|
myEntity.setRemark(remark);
|
|
|
|
|
myEntity.setIdDatas(SYNC_SCAN_ORDER);
|
|
|
|
|
myEntity.setType(BasicProcessStatus.NEW_ALL_ORDER);
|
|
|
|
|
myEntity.setScheduleType(1);
|
|
|
|
|
basicExportService.insertExportStatus(myEntity);
|
|
|
|
|
myEntity.setStatus(Constant.SYNC_STATUS_WAIT);
|
|
|
|
|
if (downstream.getParamValue().equals("1")) {
|
|
|
|
@ -233,15 +234,18 @@ public class DlAllDataService {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
if (basicExportStatusEntity.getFromType() == 0) {
|
|
|
|
|
BasicExportStatusEntity basicExportStatusEntity1 = basicExportStatusEntities.get(0);
|
|
|
|
|
basicExportStatusEntity1.setStatus(4);
|
|
|
|
|
spGetHttp.postUpdateBasicStatus(basicExportStatusEntity1);
|
|
|
|
|
spGetHttp.finishTask(basicExportStatusEntity1.getId());
|
|
|
|
|
spGetHttp.updateLastTime(SYNC_SCAN_ORDER, DateUtil.formatDate(System.currentTimeMillis(), "yyyy-MM-dd HH:mm:ss"));
|
|
|
|
|
} else {
|
|
|
|
|
spGetHttp.postDeleteBasicStatus(basicExportStatusEntity.getId());
|
|
|
|
|
}
|
|
|
|
|
// if (basicExportStatusEntity.getFromType() == 0) {
|
|
|
|
|
//
|
|
|
|
|
// } else {
|
|
|
|
|
// spGetHttp.postDeleteBasicStatus(basicExportStatusEntity.getId());
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BasicExportStatusEntity basicExportStatusEntity1 = basicExportStatusEntities.get(0);
|
|
|
|
|
basicExportStatusEntity1.setStatus(4);
|
|
|
|
|
spGetHttp.postUpdateBasicStatus(basicExportStatusEntity1);
|
|
|
|
|
spGetHttp.finishTask(basicExportStatusEntity1.getId());
|
|
|
|
|
spGetHttp.updateLastTime(SYNC_SCAN_ORDER, DateUtil.formatDate(System.currentTimeMillis(), "yyyy-MM-dd HH:mm:ss"));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -256,6 +260,11 @@ public class DlAllDataService {
|
|
|
|
|
*/
|
|
|
|
|
@Transactional(rollbackFor = Exception.class)
|
|
|
|
|
public void pullData(BasicExportTypeEnum exportType) {
|
|
|
|
|
switch (exportType){
|
|
|
|
|
case IO_ORDER:
|
|
|
|
|
case COUNTRY_DI_DATA:
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
String data = spGetHttp.pullData(exportType);
|
|
|
|
|
cn.hutool.json.JSONObject obj = JSONUtil.parseObj(data);
|
|
|
|
@ -280,7 +289,6 @@ public class DlAllDataService {
|
|
|
|
|
if (StrUtil.isNotBlank(bean.getTaskId())) {
|
|
|
|
|
// 将数据写入文件
|
|
|
|
|
// try {
|
|
|
|
|
|
|
|
|
|
FileUtils.makeDirectory(filePath + "sync/");
|
|
|
|
|
String fileName = filePath + "sync/" + exportType.getRemark() + "-" + bean.getTaskId() + ".udi";
|
|
|
|
|
FileUtils.SaveFileAs(bean.getFileContent(), fileName);
|
|
|
|
@ -288,14 +296,13 @@ public class DlAllDataService {
|
|
|
|
|
// log.error("从UDI自助平台拉取基础数据 文件[{}]写入异常----{}",bean.getFilePath(), e.getMessage());
|
|
|
|
|
// throw new RuntimeException(e);
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
BasicExportStatusEntity exportStatusEntity = BasicExportStatusEntity.builder()
|
|
|
|
|
.id(bean.getTaskId())
|
|
|
|
|
.taskId(bean.getTaskId())
|
|
|
|
|
.status(BasicExportStatusEnum.WAIT_SYNC.getCode())
|
|
|
|
|
.type(exportType.getRemark())
|
|
|
|
|
.transportType(1)
|
|
|
|
|
.scheduleType(0)
|
|
|
|
|
.scheduleType(1)
|
|
|
|
|
.fromType(1).remark(remark)
|
|
|
|
|
.startTime(DateUtil.getDateTime())
|
|
|
|
|
.updateTime(new Date())
|
|
|
|
@ -390,6 +397,7 @@ public class DlAllDataService {
|
|
|
|
|
myEntity.setUpdateTime(new Date());
|
|
|
|
|
myEntity.setType(NEW_ALL_UDIS);
|
|
|
|
|
myEntity.setStartTime(DateUtil.getDateTime());
|
|
|
|
|
myEntity.setScheduleType(1);
|
|
|
|
|
myEntity.setRemark("国家库DI信息:" + spSyncUdiResponse.getProductInfoEntityList().size() + " 条");
|
|
|
|
|
basicExportService.insertExportStatus(myEntity);
|
|
|
|
|
if (downstream.getParamValue().equals("1")) {
|
|
|
|
@ -449,6 +457,7 @@ public class DlAllDataService {
|
|
|
|
|
myEntity.setStartTime(DateUtil.getDateTime());
|
|
|
|
|
myEntity.setUpdateTime(new Date());
|
|
|
|
|
myEntity.setIdDatas(ConstantStatus.SYNC_DI_PRODUCTS);
|
|
|
|
|
myEntity.setScheduleType(1);
|
|
|
|
|
myEntity.setRemark("医疗器械注册人信息:{} " + spSyncUdiResponse.getUdiCompanyEntities().size() + " 条");
|
|
|
|
|
basicExportService.insertExportStatus(myEntity);
|
|
|
|
|
if (downstream.getParamValue().equals("1")) {
|
|
|
|
@ -522,8 +531,9 @@ public class DlAllDataService {
|
|
|
|
|
myEntity.setCacheFilePath(fileName);
|
|
|
|
|
basicExportService.updateExportStatus(myEntity);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
spGetHttp.postDeleteBasicStatus(basicExportStatusEntity.getId());
|
|
|
|
|
// BasicExportStatusEntity basicExportStatusEntity1 = basicExportStatusEntities.get(0);
|
|
|
|
|
basicExportStatusEntity.setStatus(4);
|
|
|
|
|
spGetHttp.postUpdateBasicStatus(basicExportStatusEntity);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|