Browse Source

Merge branch 'feature/0822_logoff' into test

liujc 1 day ago
parent
commit
ea8af86d66

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

@@ -289,7 +289,7 @@
         ) b on t.user_id_ = b.user_id_
         left join vip_card_record vcr on t.user_id_ = vcr.user_id_ and vcr.client_type_ = 'TEACHER'
         and vcr.efficient_flag_ = 1 and vcr.end_time_ >= now() and now() > vcr.start_time_ and (vcr.vip_type_ = 'VIP' or vcr.vip_type_ = 'SVIP') and vcr.client_type_ = 'TEACHER'
-        where u.del_flag_ = 0 and t.user_id_ = #{userId}
+        where t.user_id_ = #{userId}
     </select>
 
     <select id="querySubject" resultMap="com.yonge.cooleshow.biz.dal.dao.SubjectDao.Subject">