Skip to content

Changes

Summary

  1. 增加晋城内网、政务网的配置文件 (details)
  2. 增加晋城内网、政务网的配置文件 (details)
  3. 增加晋城内网、政务网的配置文件 (details)
  4. 摆渡工具优化: (details)
Commit 78c85f6f65949fd844a5cfaa2d7b430a187563d4 by 717487618
增加晋城内网、政务网的配置文件
The file was addedtools/autodownloadupload/src/main/resources/application-out-jincheng.yml
The file was addedtools/autodownloadupload/src/main/resources/application-in-jincheng.yml
Commit c023d50e8657d47fa678bed294dceb6f6bb35efd by 717487618
增加晋城内网、政务网的配置文件
The file was modified tools/autodownloadupload/src/main/resources/application-out-jincheng.yml
Commit aca28da587ffe06121c97b3d19aa6371721620a5 by 717487618
增加晋城内网、政务网的配置文件
The file was modified tools/autodownloadupload/src/main/resources/application-in-jincheng.yml
The file was modified tools/autodownloadupload/src/main/resources/application-out-jincheng.yml
Commit ac3185571e402f730390c395ad8c75784ed21f74 by 717487618
摆渡工具优化:
1、拉取数据的时候,v5在重启部署,导致部分数据丢失
2、拉取数据后,下载了附件,但是生成摆渡包的失败。然后自动摆渡那边会自动补偿,补偿的时候会判断已下载的附件不再重复下载,但是上次失败的包下载过,补偿这次不再下载,导致附件丢失
3、每天凌晨生成大包优化:判断前一天的自动摆渡是否正常,正常则不生成
The file was modified tools/autodownloadupload/src/main/java/com/bcxin/autodownloadupload/service/impl/PullDataServiceImpl.java
The file was modified tools/autodownloadupload/src/main/java/com/bcxin/autodownloadupload/service/impl/PullRecordServiceImpl.java
The file was modified tools/autodownloadupload/src/main/java/com/bcxin/autodownloadupload/service/PullRecordService.java
The file was modified tools/autodownloadupload/src/main/resources/mybatis/PullRecordMapper.xml
The file was modified tools/autodownloadupload/src/main/java/com/bcxin/autodownloadupload/dao/mapper/PullRecordMapper.java
The file was modified tools/autodownloadupload/src/main/java/com/bcxin/autodownloadupload/scheduling/PullDataTask.java