|
|
|
@ -30,6 +30,8 @@ public class AsyncCompanyDlService {
|
|
|
|
|
RedisUtil redisUtil;
|
|
|
|
|
@Resource
|
|
|
|
|
BasicExportService basicExportService;
|
|
|
|
|
@Resource
|
|
|
|
|
AsyncDiDlHelper asyncDiDlHelper;
|
|
|
|
|
|
|
|
|
|
public String getPath() {
|
|
|
|
|
SystemParamConfigEntity systemParamConfigEntity = systemParamConfigService.selectByParamKey("share_folder");
|
|
|
|
@ -41,8 +43,6 @@ public class AsyncCompanyDlService {
|
|
|
|
|
public void asyncDiByTime(String updateTime) {
|
|
|
|
|
SystemParamConfigEntity systemParamConfigEntity = systemParamConfigService.selectByParamKey("sync_upstream_enable");
|
|
|
|
|
if (systemParamConfigEntity.getParamValue().equals("1")) {
|
|
|
|
|
|
|
|
|
|
AsyncDiDlHelper asyncDiDlHelper = new AsyncDiDlHelper();
|
|
|
|
|
List<UdiCompanyEntity> mUdiCompanyEntities = new ArrayList<>();
|
|
|
|
|
int page = 1;
|
|
|
|
|
int limit = 300;
|
|
|
|
|