Browse Source

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

王昭 2 years ago
parent
commit
0d25cd2249
1 changed files with 1 additions and 1 deletions
  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_