培训记录触发修改

This commit is contained in:
wyw 2026-07-23 17:21:24 +08:00
parent 3a5a8899ab
commit e0637323cb

View File

@ -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>();