|
|
@@ -272,6 +272,9 @@ public class CourseStudentRelateServiceImpl extends ServiceImpl<CourseStudentRel
|
|
|
@Override
|
|
|
public Page<Map<String,Object>> downList(Map<String,Object> param)
|
|
|
{
|
|
|
+ if(param.get("collegeId") != null && StringUtils.isNotEmpty(param.get("collegeId").toString())){
|
|
|
+ param.put("collegeId", param.get("collegeId").toString());
|
|
|
+ }
|
|
|
String courseId="";
|
|
|
if(param.get("courseId") != null && StringUtils.isNotEmpty(param.get("courseId").toString())){
|
|
|
courseId=param.get("courseId").toString();
|