Compare commits

...

2 Commits

Author SHA1 Message Date
wyw
3a9f49ee5c Merge branch 'master' of http://121.41.2.71:3000/wyw/mh_jy_safe 2026-05-21 17:14:39 +08:00
wyw
e71d5643a2 2134 2026-05-21 17:14:33 +08:00

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.USER_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.RECORD_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)
{