修改释放
parent
3e18c1a28f
commit
894424a00e
|
@ -1105,7 +1105,7 @@ namespace IRaCIS.Core.Application.Image.QA
|
||||||
{
|
{
|
||||||
if (dbSubjectVisit!.CurrentActionUserId != _userInfo.Id)
|
if (dbSubjectVisit!.CurrentActionUserId != _userInfo.Id)
|
||||||
{
|
{
|
||||||
ResponseOutput.NotOk("您不是该质控任务当前领取人,没有操作权限!", ApiResponseCodeEnum.NeedTips);
|
return ResponseOutput.NotOk("您不是该质控任务当前领取人,没有操作权限!", ApiResponseCodeEnum.NeedTips);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue