Ver Fonte

文件云存储代码修改

lideyin há 5 anos atrás
pai
commit
0e31367278

+ 0 - 12
examcloud-core-oe-admin-service/src/main/java/cn/com/qmth/examcloud/core/oe/admin/service/impl/ExamRecordForMarkingServiceImpl.java

@@ -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) {