mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-09 10:56:50 +08:00
Merge branch 'zcwy-0724' into dev0525
This commit is contained in:
@@ -428,7 +428,7 @@ public class CoursePortalApi extends ApiBaseController{
|
||||
}
|
||||
|
||||
zos.closeEntry();
|
||||
|
||||
}
|
||||
StringBuilder contentDispositionValue = new StringBuilder();
|
||||
contentDispositionValue.append("attachment; filename=")
|
||||
.append(encodedFilename)
|
||||
@@ -441,7 +441,6 @@ public class CoursePortalApi extends ApiBaseController{
|
||||
response.setHeader("Content-Disposition", contentDispositionValue.toString());
|
||||
}
|
||||
}
|
||||
}
|
||||
@GetMapping("/detail-study")
|
||||
public JsonResponse<List<CourseStudyVo>> detailStudy(String courseId, String aid){
|
||||
if(StringUtil.isBlank(courseId)){
|
||||
|
||||
Reference in New Issue
Block a user