fix 导出任务名称
This commit is contained in:
@@ -94,7 +94,7 @@ public class ExportServiceImpl implements ExportService {
|
||||
}
|
||||
ImportTaskDO importTaskDO = new ImportTaskDO();
|
||||
importTaskDO.setStatus(ImportStatusEnum.Ongoing.getCode());
|
||||
importTaskDO.setFileName(FileTypeEnum.PREPARATION.getDesc());
|
||||
importTaskDO.setFileName(FileTypeEnum.PREPARATION.getDesc()+DateUtils.strToDate(new Date().toString(), DateUtils.SPECIAL_DATE_START_1));
|
||||
importTaskDO.setIsImport(Boolean.FALSE);
|
||||
importTaskDO.setFileType(FileTypeEnum.PREPARATION.getFileType());
|
||||
importTaskDO.setCreateUserId(request.getCurUserId());
|
||||
|
||||
Reference in New Issue
Block a user