lyhzzz преди 2 години
родител
ревизия
0d14cd2bab
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/main/resources/mapper/ucenter/SceneProMapper.xml

+ 1 - 1
src/main/resources/mapper/ucenter/SceneProMapper.xml

@@ -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 desc
+        ORDER BY create_time,id desc
         ) as scene_tb
         ) as scene_tb
     </select>
     </select>
     <select id="getCountByUserId" resultType="java.lang.Long">
     <select id="getCountByUserId" resultType="java.lang.Long">