浏览代码

运营的数据多查一个phone字段,mapper的phone改为phone_

王昭 2 年之前
父节点
当前提交
0d25cd2249
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/StudentMapper.xml

+ 1 - 1
mec-biz/src/main/resources/config/mybatis/StudentMapper.xml

@@ -377,7 +377,7 @@
         a.buy_practice_times_,
         a.music_netWork_times_,
         p.free_practice_times_,
-        su.phone
+        su.phone_
         FROM student s
         LEFT JOIN sys_user su ON s.user_id_ = su.id_
         LEFT JOIN sys_user tsu ON tsu.id_ = s.teacher_id_