浏览代码

Merge remote-tracking branch 'origin/master'

hgw 3 年之前
父节点
当前提交
923f9ca270

+ 1 - 1
cooleshow-user/user-biz/src/main/resources/config/mybatis/TeacherAuthMusicianRecordMapper.xml

@@ -27,7 +27,7 @@
             <include refid="baseColumns"/>,
             ifnull(u.real_name_,u.username_) as realName,
             u.id_card_no_ as idCardNo,
-            , u.phone_ as phone
+            u.phone_ as phone,
             (
                 SELECT u.username_ FROM sys_user u WHERE u.id_ = t.verify_user_id_
             ) as verifyUser