Compare commits

..

No commits in common. "3a9f49ee5c30f7ec05826b69759d09470bf7d424" and "376824b5200e4e05689c2ab6de288fbce877b896" have entirely different histories.

View File

@ -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)
{