Compare commits
2 Commits
6b1362d5d1
...
495843846d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
495843846d | ||
|
|
29724eef9d |
@ -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)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user