【修改】增加ps蒙版考点
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user