소스 검색

bug解决

haogh 1 년 전
부모
커밋
056c82c9b7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/mapper/StudentApplyMapper.xml

+ 1 - 1
src/main/resources/mapper/StudentApplyMapper.xml

@@ -17,7 +17,7 @@
         p on p.id=a.time_period_id
         left join t_exam_room r on
         r.id=a.exam_room_id
-        left join t_user u on u.id=a.operate_id
+        left join t_user u on u.id=a.operate_id 
         where
         a.student_id=s.id and s.category_id=o.id
         <if test="req.teachingId != null">