liujunchi 6 năm trước cách đây
mục cha
commit
60100ae030

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

@@ -70,7 +70,7 @@
             u.phone_ as phone,
             u.real_name_ as realName,
             (case when t.membership_end_time_ >= now() then 1 else 0 end) isVip,
-            t.tag_ tag,
+<!--            t.tag_ tag,-->
             u.lock_flag_ as lockFlag,
             u.del_flag_ as delFlag,
             (case when isnull(u.id_card_no_) then 0 else 1 end) as isReal,