Merge branch 'zcwy-0724' into dev0525

This commit is contained in:
nisen
2024-07-31 12:27:53 +08:00

View File

@@ -374,7 +374,7 @@ public class CoursePortalApi extends ApiBaseController{
//取作业后缀名
int dotIndex = e.getFilePath().lastIndexOf('/'); // 查找最后一个'.'的位置
String extension = e.getFilePath().substring(dotIndex+1);
map.put(extension,e.getFilePath());
map.put(extension,"/home/www/elearning/upload"+e.getFilePath());
});
});