Compare commits
No commits in common. "495843846d6d1ab6e7047ce873d67515742f129f" and "6b1362d5d1dd71fb828c3db6932ce452bfef57a3" have entirely different histories.
495843846d
...
6b1362d5d1
@ -539,10 +539,6 @@ namespace APT.SC.WebApi.Controllers.Api.SE
|
|||||||
{
|
{
|
||||||
throw new Exception("未查询到您与此场培训计划相关信息,签到失败!");
|
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)
|
if (recordUser.Nav_Record.ISSTOPSIGN && !recordUser.IS_RESEND)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user