|
|
|
@ -159,8 +159,7 @@ namespace Shentun.Peis.PacsBusiness |
|
|
|
throw new UserFriendlyException("图片数据有误"); |
|
|
|
} |
|
|
|
|
|
|
|
var ent = await _registerCheckPictureRepository.FirstOrDefaultAsync(m => m.RegisterCheckId == registerCheckId |
|
|
|
&& m.PictureFilename == PictureUrl); |
|
|
|
var ent = await _registerCheckPictureRepository.FirstOrDefaultAsync(m => m.RegisterCheckId == registerCheckId); |
|
|
|
|
|
|
|
if (ent != null) |
|
|
|
{ |
|
|
|
|