소스 검색

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

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>