Compare commits

...

2 Commits

Author SHA1 Message Date
wyw
bf009c0236 Merge branch 'master' of http://121.41.2.71:3000/wyw/mh_jy_safe 2026-05-22 10:39:02 +08:00
wyw
75577cccd6 热官方 2026-05-22 10:38:58 +08:00

View File

@ -122,7 +122,7 @@ namespace APT.SC.WebApi.Controllers.Api.SE
model.MODIFY_TIME = DateTime.Now;
//所有 未签到没请假的人 状态变成 缺席
var listNotSign = GetEntities<T_SE_TRAIN_RECORD_USER>(e => e.ID == RecordID && e.STATUS != SETrainRecordUserStatusEnum. && !e.OK, null);
var listNotSign = GetEntities<T_SE_TRAIN_RECORD_USER>(e => e.RECORD_ID == RecordID && e.STATUS != SETrainRecordUserStatusEnum. && !e.OK, null);
if (listNotSign != null && listNotSign.Count() > 0)
{
listNotSign.ForEach(e =>