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) => {
|
public setJudgeMark = async (itemno, serial, type = 1) => {
|
||||||
const {fileLog} = this
|
const {fileLog} = this
|
||||||
await examJudgeArtificialMark(itemno * 1, serial, type);
|
await examJudgeArtificialMark(itemno * 1, serial, type);
|
||||||
|
console.info(judgeTag, `进入人工扣分-${itemno}-${serial}`)
|
||||||
await fileLog.setExamJudgeData({
|
await fileLog.setExamJudgeData({
|
||||||
method: 'examJudgeArtificialMark',
|
method: 'examJudgeArtificialMark',
|
||||||
itemno: itemno * 1,
|
itemno: itemno * 1,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user