写文件调整

master
wj 2 years ago
parent 274a231c90
commit 294bd273d8

@ -288,7 +288,7 @@ public class DlAllDataService {
.fromType(1) .fromType(1)
.startTime(DateUtil.getDateTime()) .startTime(DateUtil.getDateTime())
.updateTime(new Date()) .updateTime(new Date())
.cacheFilePath(bean.getFilePath()) .cacheFilePath(fileName)
.build(); .build();
basicExportService.insertExportStatus(exportStatusEntity); basicExportService.insertExportStatus(exportStatusEntity);
//通知自助平台任务已完成 //通知自助平台任务已完成

Loading…
Cancel
Save