wxd 1 year ago
parent
commit
756ae9d7fd
  1. 2
      src/Shentun.Peis.Application/LisRequests/LisRequestAppService.cs

2
src/Shentun.Peis.Application/LisRequests/LisRequestAppService.cs

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

Loading…
Cancel
Save