x
This commit is contained in:
@@ -52,8 +52,8 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
{
|
||||
if (!ReadingDurationTimeSpan.HasValue)
|
||||
return "";
|
||||
else return /*string.Format("{0}天{1}小时{2}分钟", (SignTime - FirstReadingTime)?.Days, (SignTime - FirstReadingTime)?.Hours, (SignTime - FirstReadingTime)?.Minutes)*/
|
||||
string.Format("{0}分钟", (ReadingDurationTimeSpan)?.TotalMinutes);
|
||||
else return string.Format("{0}天{1}小时{2}分钟", (SignTime - FirstReadingTime)?.Days, (SignTime - FirstReadingTime)?.Hours, (SignTime - FirstReadingTime)?.Minutes)
|
||||
/*string.Format("{0}分钟", (ReadingDurationTimeSpan)?.TotalMinutes)*/;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -90,12 +90,12 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
|
||||
}
|
||||
|
||||
//public class GenerateMedicalReviewTaskQuery : TaskMedicalReviewQuery
|
||||
//{
|
||||
// public bool? IsGeneratedJudge { get; set; }
|
||||
public class GenerateMedicalReviewTaskQuery : TaskMedicalReviewQuery
|
||||
{
|
||||
public bool? IsGeneratedJudge { get; set; }
|
||||
|
||||
// public bool? IsGlobalHaveUpdate { get; set; }
|
||||
//}
|
||||
public bool? IsGlobalHaveUpdate { get; set; }
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user