Compare commits
No commits in common. "a86448a5c18d91116d142f2bbd00909fe2c66ab1" and "bae6f099fee840ccee3134398068e6c99b311121" have entirely different histories.
a86448a5c1
...
bae6f099fe
|
@ -818,7 +818,7 @@ namespace IRaCIS.Core.Application.Service
|
||||||
|
|
||||||
//下面改用readingIdList筛选 不然
|
//下面改用readingIdList筛选 不然
|
||||||
List<Guid> readingIdList = new List<Guid>() {};
|
List<Guid> readingIdList = new List<Guid>() {};
|
||||||
if (inDto.VisitTaskId!=null&& inDto.ReadingId!=null)
|
if (inDto.VisitTaskId!=null)
|
||||||
{
|
{
|
||||||
var subjectVisit = await _subjectVisitRepository.Where(x => x.Id == inDto.ReadingId.Value).FirstOrDefaultAsync();
|
var subjectVisit = await _subjectVisitRepository.Where(x => x.Id == inDto.ReadingId.Value).FirstOrDefaultAsync();
|
||||||
if (subjectVisit != null && !subjectVisit.IsBaseLine)
|
if (subjectVisit != null && !subjectVisit.IsBaseLine)
|
||||||
|
|
Loading…
Reference in New Issue