审阅人 是 非常规签到 人时做提示

This commit is contained in:
wyw 2026-07-15 09:47:38 +08:00
parent 27f2968dc5
commit 29724eef9d

View File

@ -539,6 +539,10 @@ namespace APT.SC.WebApi.Controllers.Api.SE
{
throw new Exception("未查询到您与此场培训计划相关信息,签到失败!");
}
if (finishNotice.NOTICE_TITLE.Contains("待审阅") && recordUser.IS_RESEND && recordUser.OK && recordUser.Nav_Record.STATUS == SETrainRecordStatus. && recordUser.Nav_Record.USER_ID_APPROVE.HasValue && recordUser.Nav_Record.USER_ID_APPROVE.Value == userID)
{
throw new Exception("此为审阅单,点击【审阅】!");
}
if (recordUser.Nav_Record.ISSTOPSIGN && !recordUser.IS_RESEND)
{