feat:添加人工扣分日志
This commit is contained in:
parent
808692d5eb
commit
842675cdf0
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user