|
|
|
@ -351,6 +351,7 @@ public class SpsSyncDownloadController {
|
|
|
|
|
spsSyncOtherDataResponse.setTaskId(one.getId());
|
|
|
|
|
spsSyncOtherDataResponse.setIoCodeLostList((List<IoCodeLostEntity>) map.get(IoCodeLostEntity.class.getSimpleName()));
|
|
|
|
|
spsSyncOtherDataResponse.setIoCodeRelList((List<IoCodeRelEntity>) map.get(IoCodeRelEntity.class.getSimpleName()));
|
|
|
|
|
|
|
|
|
|
} catch (FileNotFoundException e) {
|
|
|
|
|
throw new RuntimeException("系统异常,未找到对应数据文件");
|
|
|
|
|
} catch (IOException e) {
|
|
|
|
|