Compare commits
No commits in common. "3a9f49ee5c30f7ec05826b69759d09470bf7d424" and "376824b5200e4e05689c2ab6de288fbce877b896" have entirely different histories.
3a9f49ee5c
...
376824b520
@ -1499,7 +1499,7 @@ namespace APT.SC.WebApi.Controllers.Api.SE
|
||||
T_FM_NOTIFICATION_TASK sendNotices = null;
|
||||
if (RecordUser.EXAMINATION_RESULTS == SEExaminationResultsEnum.合格 || (entity.Nav_Config != null && modelText.TEXT_TIMES == entity.Nav_Config.COUNT_RETRY + 1))
|
||||
{
|
||||
var check = GetEntity<T_SE_TRAIN_RECORD_TEXT>(e => e.RECORD_ID == RecordUser.RECORD_ID && !e.SCORE.HasValue && e.USER_ID != APT.Infrastructure.Api.AppContext.CurrentSession.UserID);
|
||||
var check = GetEntity<T_SE_TRAIN_RECORD_TEXT>(e => e.RECORD_ID == RecordUser.USER_ID && !e.SCORE.HasValue && e.USER_ID != APT.Infrastructure.Api.AppContext.CurrentSession.UserID);
|
||||
//var check = GetEntity<T_SE_TRAIN_RECORD_USER>(e => e.RECORD_ID == modelText.RECORD_ID && e.STATUS == SETrainRecordUserStatusEnum.参与 && e.OK == false && e.USER_ID != APT.Infrastructure.Api.AppContext.CurrentSession.UserID);
|
||||
if (check == null || check.ID == Guid.Empty)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user