feat:添加人工扣分日志

This commit is contained in:
surenjun 2024-09-14 14:17:41 +08:00
parent 808692d5eb
commit 842675cdf0

View File

@ -1357,7 +1357,7 @@ export default class Judge {
public setJudgeMark = async (itemno, serial, type = 1) => {
const {fileLog} = this
await examJudgeArtificialMark(itemno * 1, serial, type);
console.info(judgeTag, `进入人工扣分-${itemno}-${serial}`)
await fileLog.setExamJudgeData({
method: 'examJudgeArtificialMark',
itemno: itemno * 1,