Przeglądaj źródła

班级考核数据学生作废功能调整

dzx 11 miesięcy temu
rodzic
commit
dd7e23e24c

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

@@ -110,7 +110,6 @@
         left join xjr_user t6 on t1.assessment_user_id = t6.id
         left join xjr_user t7 on t1.create_user_id = t7.id
         left join xjr_user t9 on t1.modify_user_id = t9.id
-        left join xjr_user t10 on t.modify_user_id = t10.id
         where t.id = #{id} and t1.enabled_mark = 1;
     </select>