Forráskód Böngészése

渠道列表修改-排序

anderx 4 éve%!(EXTRA string=óta)
szülő
commit
df1e456ae5

+ 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>