staging #5

Merged
qxa merged 18 commits from staging into master 2024-03-29 15:34:54 +08:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 4cf479f43c - Show all commits

View File

@ -87,7 +87,7 @@ public class ExamManager : DomainService, IExamManager
if (lattices.Count == 0) if (lattices.Count == 0)
{ {
await DbBiz.Updateable<ExamSubjectSchoolStudent>().SetColumns(s => s.CollectStatus == 2).Where(w => w.ExamSubjectSchoolId == eto.ExamSubjectSchoolId && w.StudentExamNum == penSerial).ExecuteCommandAsync(); 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; return;
} }
@ -105,7 +105,7 @@ public class ExamManager : DomainService, IExamManager
}).ToListAsync(); }).ToListAsync();
var gotoCount = 0; var gotoCount = 0;
dotPenOriginalImg: dotPenOriginalImg:
var zgtSettingDtls = await DbBiz.Queryable<MarkingSettingSubjective>().Where(w => w.ExamSubjectId == eto.ExamSubjectId).ToListAsync(); var zgtSettingDtls = await DbBiz.Queryable<MarkingSettingSubjective>().Where(w => w.ExamSubjectId == eto.ExamSubjectId).ToListAsync();
// 割原题 // 割原题