Răsfoiți Sursa

新增期末考试试卷结构导入

wangliang 1 an în urmă
părinte
comite
7b524e5d1d

+ 1 - 1
distributed-print-business/src/main/java/com/qmth/distributed/print/business/service/impl/TCPaperStructServiceImpl.java

@@ -134,7 +134,7 @@ public class TCPaperStructServiceImpl extends ServiceImpl<TCPaperStructMapper, T
                         paperStructDtoNewList.add(paperStructDto);
                     }
                 }
-                if (totalScore < 100d) {
+                if (totalScore.doubleValue() < 100d) {
                     throw ExceptionResultEnum.ERROR.exception("试卷满分小于100分");
                 }
                 if (!CollectionUtils.isEmpty(paperStructDtoNewList)) {