213
This commit is contained in:
parent
8c02e734b4
commit
d381ce07cd
@ -1927,7 +1927,7 @@ namespace APT.PP.WebApi.Controllers.Api.PP
|
||||
BaseFilter baseFilter = new BaseFilter(orgId);
|
||||
baseFilter.Include = new string[] { "Nav_RecordUser", "Nav_TrainUserList.Nav_User.Nav_Department", "Nav_TrainUserList.Nav_User.Nav_Person.Nav_Post", "Nav_Files" };
|
||||
|
||||
var notifys = GetEntities<T_SE_TRAIN_NOTIFY>(t => (t.STATUS == SETrainNotifyStatus.通知中 || t.STATUS == SETrainNotifyStatus.签到完成) && t.TRAIN_START_TIME.Value < maxTime && t.CREATE_NOTIFY_RECORD == true, baseFilter).ToList();
|
||||
var notifys = GetEntities<T_SE_TRAIN_NOTIFY>(t => (t.STATUS == SETrainNotifyStatus.通知中 || t.STATUS == SETrainNotifyStatus.签到完成) && t.STATUS != SETrainNotifyStatus.归档 && t.TRAIN_START_TIME.Value < maxTime && t.CREATE_NOTIFY_RECORD == true, baseFilter).ToList();
|
||||
#region 培训记录
|
||||
|
||||
if (notifys != null && notifys.Any() && notifys.Count() > 0)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user