Merge pull request '11' (#4) from dev into staging
部署到测试环境 / 编译发布 (push) Has been cancelled Details

Reviewed-on: #4
This commit is contained in:
yangqiang 2024-03-29 14:49:28 +08:00
commit 4cf479f43c
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("{ExamSubjectId} {penSerial} 无点阵数据", eto.ExamSubjectId, penSerial);
Logger.LogInformation($"{eto.ExamSubjectId} {penSerial} {string.Join(',', paperIds)} {timespan} 无点阵数据");
return;
}