dev #63

Merged
wangzhongjie merged 206 commits from dev into main 2024-12-16 10:31:20 +08:00
Showing only changes of commit 842675cdf0 - Show all commits

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,