Compare commits
2 Commits
98f7ab8c02
...
d9e3b642a5
| Author | SHA1 | Date |
|---|---|---|
|
|
d9e3b642a5 | |
|
|
e56e269f2e |
|
|
@ -820,7 +820,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
|||
{
|
||||
if (inDto.IsBaseLine)
|
||||
{
|
||||
return -1;
|
||||
return -2;
|
||||
}
|
||||
var taskinfo = await _visitTaskRepository.Where(x => x.Id == inDto.VisitTaskId).FirstNotNullAsync();
|
||||
var taskList = await GetSiteVisitForTumorList(inDto);
|
||||
|
|
|
|||
Loading…
Reference in New Issue