|
@@ -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">
|