|
@@ -54,7 +54,7 @@
|
|
<if test="param.isObj !=null ">
|
|
<if test="param.isObj !=null ">
|
|
and e.is_obj = #{param.isObj}
|
|
and e.is_obj = #{param.isObj}
|
|
</if>
|
|
</if>
|
|
- ORDER BY create_time,id desc
|
|
|
|
|
|
+ ORDER BY create_time desc ,id desc
|
|
) as scene_tb
|
|
) as scene_tb
|
|
</select>
|
|
</select>
|
|
<select id="getCountByUserId" resultType="java.lang.Long">
|
|
<select id="getCountByUserId" resultType="java.lang.Long">
|