【修改】提字改为题

This commit is contained in:
huababa1
2025-08-26 23:28:45 +08:00
parent 24ec8a3c9a
commit 36c2394228

View File

@@ -83,7 +83,7 @@ public class AutoForBrowerServiceImpl implements AutoForBrowerService {
judgementStr += "<h3>试题编号:" + examQuestion.getQuNum() + "</h3>";
judgementStr += "<h3>试题分数:" + Double.parseDouble(quScore) + "</h3>";
judgementStr += "<h3>试题名称:" + name + "</h3>";
judgementStr += "<p>✅ 开始网络判分</p>";
judgementStr += "<p>✅ 开始网络判分</p>";
SourceAndText cpojo = judgementBrowerService.Judgement(Double.parseDouble(quScore), stFile, examQuestion, judgementStr);
score = score.add(new BigDecimal(cpojo.getScore()).setScale(1, BigDecimal.ROUND_HALF_UP));
judgementStr = cpojo.getText();