培训记录触发修改
This commit is contained in:
parent
3a5a8899ab
commit
e0637323cb
@ -1933,7 +1933,7 @@ namespace APT.PP.WebApi.Controllers.Api.PP
|
||||
if (notifys != null && notifys.Any() && notifys.Count() > 0)
|
||||
{
|
||||
var listNoticeID = notifys.Select(e => e.ID);
|
||||
var listRecordCheck = GetEntities<T_SE_TRAIN_RECORD>(e => listNoticeID.Contains(e.ID), null, null);
|
||||
var listRecordCheck = GetEntities<T_SE_TRAIN_RECORD>(e => listNoticeID.Contains(e.NOTIFY_ID), null, null);
|
||||
|
||||
List<T_FM_NOTIFICATION_TASK> SendNotices = null;
|
||||
List<T_SE_TRAIN_RECORD> TrainRecords = new List<T_SE_TRAIN_RECORD>();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user