|
|
@@ -91,6 +91,9 @@
|
|
|
<if test="param.courseId !=null and param.courseId != ''">
|
|
|
and csr.COURSE_ID=#{param.courseId}
|
|
|
</if>
|
|
|
+ <if test="param.collegeId !=null and param.collegeId != ''">
|
|
|
+ and su.COLLEGE=#{param.collegeId}
|
|
|
+ </if>
|
|
|
<if test="param.gradesId !=null and param.gradesId != ''">
|
|
|
and su.GRADES_ID=#{param.gradesId}
|
|
|
</if>
|