bug修复

pro
wj 2 years ago
parent b5656de6b6
commit 84e31c8ae1

@ -275,7 +275,9 @@ public class SpsSyncDownloadService {
.updateTime(cn.hutool.core.date.DateUtil.date())
.startTime(now)
.build();
createFileMethod.apply(applicationContext.getBean(this.getClass()));
if (syncTime != null) {
createFileMethod.apply(applicationContext.getBean(this.getClass()));
}
basicExportService.save(exportStatus);
} else if (exportStatus.getStatus().equals(BasicExportStatusEnum.WAIT_BUILT.getCode())) {//文件待生成
createFileMethod.apply(applicationContext.getBean(this.getClass()));

Loading…
Cancel
Save