Compare commits
No commits in common. "4cf479f43c0d6ead0684e08764446d1e760b1b0c" and "521e6248f1fcb24a728ac4f049bfb48f8cf99d46" have entirely different histories.
4cf479f43c
...
521e6248f1
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
@ -105,7 +105,7 @@ public class ExamManager : DomainService, IExamManager
|
|||
}).ToListAsync();
|
||||
|
||||
var gotoCount = 0;
|
||||
dotPenOriginalImg:
|
||||
dotPenOriginalImg:
|
||||
var zgtSettingDtls = await DbBiz.Queryable<MarkingSettingSubjective>().Where(w => w.ExamSubjectId == eto.ExamSubjectId).ToListAsync();
|
||||
|
||||
// 割原题
|
||||
|
|
|
|||
Loading…
Reference in New Issue