浏览代码

修改字段值

haogh 1 年之前
父节点
当前提交
bc25e85094
共有 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.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">