Explorar o código

渠道列表修改-排序

anderx %!s(int64=4) %!d(string=hai) anos
pai
achega
df1e456ae5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/main/java/com/goafanti/common/mapper/UserMapperExt.xml

+ 1 - 1
src/main/java/com/goafanti/common/mapper/UserMapperExt.xml

@@ -2113,7 +2113,7 @@ inner join(
   <if test="startTime!=null and endTime !=null">
  	and a.create_time between #{startTime} and #{endTime}
  	</if>
- 	order by a.status 
+ 	order by a.status ,a.create_time desc
  	<if test="page_sql != null">
     		${page_sql}
    		 </if>