DESKTOP-G961P6V\Zhh 2 years ago
parent
commit
36611787aa
  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