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

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

dzx преди 11 месеца
родител
ревизия
dd7e23e24c
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      src/main/resources/mapper/student/BaseStudentAssessmentInspectionMapper.xml

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