浏览代码

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

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>