Selaa lähdekoodia

班级考核查询调整

dzx 1 vuosi sitten
vanhempi
commit
00d1a0a257

+ 1 - 1
src/main/resources/mapper/student/BaseStudentAssessmentInspectionMapper.xml

@@ -21,7 +21,7 @@
         LEFT JOIN xjr_dictionary_detail t6 ON t6.code= t.score_type
         WHERE  t.delete_mark = 0 AND t1.delete_mark = 0  AND t2.delete_mark = 0  AND t3.delete_mark = 0
         <if test="dto.projectIds != null">
-            and t.base_student_assessment_project_id = #{dto.projectIds}
+            and t.base_student_assessment_category_id = #{dto.projectIds}
         </if>
         <if test="dto.gradeId != null">
             and t.grade_id = #{dto.gradeId}