Преглед на файлове

考试用人员列表修复

honorfire преди 7 месеца
родител
ревизия
11d5c170e2

+ 3 - 0
snowy-plugin/snowy-plugin-disk/snowy-plugin-disk-func/src/main/java/vip/xiaonuo/disk/mapper/mapping/CourseStudentRelateMapper.xml

@@ -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>