全局任务的盲态名称,默认为:G-1,G-2
parent
4e004cbe8c
commit
078fff447c
|
@ -1282,7 +1282,7 @@ namespace IRaCIS.Core.Application.Service
|
|||
SuggesteFinishedTime = DateTime.Now.AddDays(7),
|
||||
|
||||
Code = currentMaxCodeInt + 1,
|
||||
TaskBlindName = item.ReadingName,
|
||||
TaskBlindName = "G-"+ item.VisitNum.ToString("0.##"),
|
||||
SouceReadModuleId = item.ReadModuleId,
|
||||
TaskCode = AppSettings.GetCodeStr(currentMaxCodeInt + 1, nameof(VisitTask)),
|
||||
ReadingCategory = item.ReadingCategory,
|
||||
|
|
Loading…
Reference in New Issue