Compare commits
2 Commits
521e6248f1
...
4cf479f43c
| Author | SHA1 | Date |
|---|---|---|
|
|
4cf479f43c | |
|
|
298136ac30 |
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue