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