@@ -25,7 +25,7 @@
and svpc.class_id = #{classId}
</if>
<if test="gradeId != null and gradeId != '' and gradeId != 0 ">
- and sc.gradeId=#{gradeId}
+ and sc.grade_id=#{gradeId}
</select>