|
|
@@ -328,6 +328,7 @@ public class CourseStudentRelateController {
|
|
|
@GetMapping("/disk/coursestudentrelate/downList")
|
|
|
public CommonResult<Page<Map<String,Object>>> downList(CourseStudentRelatePageParam courseStudentRelatePageParam, HttpServletRequest req) {
|
|
|
Map param =new HashMap();
|
|
|
+ param.put("collegeId", req.getParameter("collegeId"));
|
|
|
String courseId="";
|
|
|
if(StringUtils.isNotEmpty(req.getParameter("courseId"))){
|
|
|
courseId=req.getParameter("courseId");
|