Merge branch 'master' of http://121.41.2.71:3000/wyw/mh_jy_safe
This commit is contained in:
commit
d9bd2733fb
@ -122,7 +122,7 @@ namespace APT.SC.WebApi.Controllers.Api.SE
|
|||||||
model.MODIFY_TIME = DateTime.Now;
|
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)
|
if (listNotSign != null && listNotSign.Count() > 0)
|
||||||
{
|
{
|
||||||
listNotSign.ForEach(e =>
|
listNotSign.ForEach(e =>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user