【修改】增加ps蒙版考点

This commit is contained in:
huababa1
2025-08-27 19:28:53 +08:00
parent 0e98fcca9f
commit ba0b9bef67
2 changed files with 418 additions and 115 deletions

View File

@@ -79,7 +79,7 @@ public class AutoForPsServiceImpl implements AutoForPsService {
judgementStr += "<h4>试题编号:" + examQuestion.getQuNum() + "</h4>";
judgementStr += "<h4>试题分数:" + Double.parseDouble(quScore) + "</h4>";
judgementStr += "<h4>试题名称:" + name + "</h4>";
judgementStr += "<p>✅ 开始QQ邮箱提判分</p>";
judgementStr += "<p>✅ 开始PS判分</p>";
SourceAndText wordpojo = psService.Judgement(Double.parseDouble(quScore), filePaths, wjFile.getPath(), examQuestion, judgementStr);
score = score.add(new BigDecimal(wordpojo.getScore()).setScale(1, BigDecimal.ROUND_HALF_UP));
judgementStr = wordpojo.getText();