123
This commit is contained in:
@@ -50,7 +50,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
</if>
|
||||
<if test="query.type != null">
|
||||
<if test="query.type == 0">
|
||||
order by t2.recommend_status desc
|
||||
order by t2.recommend_status desc,t2.update_time desc
|
||||
</if>
|
||||
<if test="query.type == 1">
|
||||
order by t3.last_live_time desc,t2.recommend_status desc
|
||||
@@ -59,7 +59,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
order by t1.create_time desc, t2.recommend_status desc
|
||||
</if>
|
||||
</if>
|
||||
order by t2.update_time desc
|
||||
</select>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user