全局任务的盲态名称,默认为:G-1,G-2

Test.EIImageViewer
he 2023-02-24 09:32:54 +08:00
parent 4e004cbe8c
commit 078fff447c
1 changed files with 1 additions and 1 deletions

View File

@ -1282,7 +1282,7 @@ namespace IRaCIS.Core.Application.Service
SuggesteFinishedTime = DateTime.Now.AddDays(7), SuggesteFinishedTime = DateTime.Now.AddDays(7),
Code = currentMaxCodeInt + 1, Code = currentMaxCodeInt + 1,
TaskBlindName = item.ReadingName, TaskBlindName = "G-"+ item.VisitNum.ToString("0.##"),
SouceReadModuleId = item.ReadModuleId, SouceReadModuleId = item.ReadModuleId,
TaskCode = AppSettings.GetCodeStr(currentMaxCodeInt + 1, nameof(VisitTask)), TaskCode = AppSettings.GetCodeStr(currentMaxCodeInt + 1, nameof(VisitTask)),
ReadingCategory = item.ReadingCategory, ReadingCategory = item.ReadingCategory,