|
@@ -303,9 +303,9 @@ public class StudentExamResultServiceImpl extends BaseServiceImpl<Long, StudentE
|
|
String substring1 = substring.substring(substring.lastIndexOf("/") + 1);
|
|
String substring1 = substring.substring(substring.lastIndexOf("/") + 1);
|
|
storagePluginContext.setFileAcl(KS3StoragePlugin.PLUGIN_NAME,substring1,true);
|
|
storagePluginContext.setFileAcl(KS3StoragePlugin.PLUGIN_NAME,substring1,true);
|
|
if(StringUtils.isNotEmpty(videoUrl)){
|
|
if(StringUtils.isNotEmpty(videoUrl)){
|
|
- videoUrl += "," + substring1;
|
|
|
|
|
|
+ videoUrl += "," + substring;
|
|
}else {
|
|
}else {
|
|
- videoUrl = substring1;
|
|
|
|
|
|
+ videoUrl = substring;
|
|
}
|
|
}
|
|
studentExamResult.setVideoUrl(videoUrl);
|
|
studentExamResult.setVideoUrl(videoUrl);
|
|
studentExamResultDao.update(studentExamResult);
|
|
studentExamResultDao.update(studentExamResult);
|