Compare commits

..

No commits in common. "4cf479f43c0d6ead0684e08764446d1e760b1b0c" and "521e6248f1fcb24a728ac4f049bfb48f8cf99d46" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@ public class ExamManager : DomainService, IExamManager
if (lattices.Count == 0)
{
await DbBiz.Updateable<ExamSubjectSchoolStudent>().SetColumns(s => s.CollectStatus == 2).Where(w => w.ExamSubjectSchoolId == eto.ExamSubjectSchoolId && w.StudentExamNum == penSerial).ExecuteCommandAsync();
Logger.LogInformation($"{eto.ExamSubjectId} {penSerial} {string.Join(',', paperIds)} {timespan} 无点阵数据");
Logger.LogInformation("{ExamSubjectId} {penSerial} 无点阵数据", eto.ExamSubjectId, penSerial);
return;
}