lyhzzz před 1 měsícem
rodič
revize
47dac7507f

+ 1 - 1
src/main/resources/mapper/agent/AgentNewLogMapper.xml

@@ -45,7 +45,7 @@
         <if test="param.orderSn !=null and param.orderSn !='' ">
         <if test="param.orderSn !=null and param.orderSn !='' ">
             and l.order_sn like concat ('%', #{param.orderSn},'%')
             and l.order_sn like concat ('%', #{param.orderSn},'%')
         </if>
         </if>
-        order by id desc
+        order by l.create_time,id desc
     </select>
     </select>
 
 
 </mapper>
 </mapper>