Compare commits
No commits in common. "d9e3b642a53e16deb7be68aa4709fb20765dc2af" and "98f7ab8c0297c6580b52a9959b64cad2b8a93404" have entirely different histories.
d9e3b642a5
...
98f7ab8c02
|
|
@ -820,7 +820,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
|||
{
|
||||
if (inDto.IsBaseLine)
|
||||
{
|
||||
return -2;
|
||||
return -1;
|
||||
}
|
||||
var taskinfo = await _visitTaskRepository.Where(x => x.Id == inDto.VisitTaskId).FirstNotNullAsync();
|
||||
var taskList = await GetSiteVisitForTumorList(inDto);
|
||||
|
|
|
|||
Loading…
Reference in New Issue