Compare commits

..

No commits in common. "596f6e93a67813aa5870309abfd22fb2299d3de9" and "796c8536b91f7d5a0e4611029ab51edb27f0354a" have entirely different histories.

View File

@ -179,21 +179,7 @@ namespace APT.SC.WebApi.Controllers.Api.SE
} }
} }
} }
else if (data.Nav_Notify != null && data.Nav_Notify.CHECKTYPE == PlanCheckType.InOffLine)
{
//参加的就要有考核结果
int rowindex = 1;
foreach (var item in joinUsers)
{
if (item.IS_DELETED)
continue;
if (item.STATUS == SETrainRecordUserStatusEnum. && !item.EXAMINATION_RESULTS.HasValue)
{
throw new Exception("请填写行【" + rowindex + "】的考核结果!");
}
rowindex++;
}
}
entity.TRAIN_COUNT = joinUsers.Count(t => t.STATUS == SETrainRecordUserStatusEnum.); entity.TRAIN_COUNT = joinUsers.Count(t => t.STATUS == SETrainRecordUserStatusEnum.);
var allSendTitles = new List<string>(); var allSendTitles = new List<string>();