|
|
@ -629,7 +629,7 @@ namespace Shentun.Peis.LisRequests |
|
|
patient |
|
|
patient |
|
|
}).ToList(); |
|
|
}).ToList(); |
|
|
|
|
|
|
|
|
if (query == null) |
|
|
|
|
|
|
|
|
if (query.Count == 0) |
|
|
{ |
|
|
{ |
|
|
throw new UserFriendlyException("检验单号不存在"); |
|
|
throw new UserFriendlyException("检验单号不存在"); |
|
|
} |
|
|
} |
|
|
@ -651,7 +651,7 @@ namespace Shentun.Peis.LisRequests |
|
|
}).ToList() |
|
|
}).ToList() |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return resultDto; |
|
|
return resultDto; |
|
|
} |
|
|
} |
|
|
|