123
This commit is contained in:
@@ -51,9 +51,15 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="query.cityId != null and query.cityId != ''">
|
||||
and t1.city_id = #{query.cityId}
|
||||
</if>
|
||||
<if test="query.cityId != null and query.cityId != ''">
|
||||
and t1.city_id = #{query.cityId}
|
||||
</if>
|
||||
<if test="query.onlineStatus != null">
|
||||
and t3.status = #{query.onlineStatus}
|
||||
</if>
|
||||
<if test="query.openVideoStatus != null">
|
||||
and t2.open_video_status = #{query.openVideoStatus}
|
||||
</if>
|
||||
<if test="query.type != null">
|
||||
<if test="query.type == 0">
|
||||
order by t2.recommend_status desc,t2.update_time desc
|
||||
|
||||
Reference in New Issue
Block a user