Explorar o código

修改字段值

haogh hai 1 ano
pai
achega
bc25e85094
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.user_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">