deason 3 年之前
父节点
当前提交
91c1bc9edc

+ 1 - 1
src/main/java/cn/com/qmth/dp/examcloud/oe/modules/export_exam_student_score/ExportExamStudentScore.java

@@ -38,7 +38,7 @@ public class ExportExamStudentScore {
 
     private static final Long MARKING_TYPE_KEY = 24L;// 阅卷方式KEY
 
-    private static final boolean needSubjective = false;// 是否包含主观题
+    private static final boolean needSubjective = true;// 是否包含主观题
 
     @Autowired
     private JdbcTemplate jdbcTemplate;