|
@@ -53,18 +53,6 @@ public class ExamRecordForMarkingServiceImpl implements ExamRecordForMarkingServ
|
|
|
|
|
|
@Autowired
|
|
|
private JdbcTemplate jdbcTemplate;
|
|
|
- @Value("${$upyun.site.1.bucketName}")
|
|
|
- private String bucketName;
|
|
|
-
|
|
|
- @Value("${$upyun.site.1.userName}")
|
|
|
- private String userName;
|
|
|
-
|
|
|
- @Value("${$upyun.site.1.password}")
|
|
|
- private String password;
|
|
|
-
|
|
|
- @Value("${$upyun.site.1.domain}")
|
|
|
- private String upyunFileUrl;
|
|
|
-
|
|
|
@Override
|
|
|
public List<ExamRecordForMarkingEntity> queryValidExamRecordInfoByStuIds(
|
|
|
Long examId, Long courseId, List<Long> examStudentIds, String batchNum) {
|