Browse Source

签单客户排序修改

anderx 1 year ago
parent
commit
fadd601314
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/goafanti/common/mapper/UserMapperExt.xml

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

@@ -570,7 +570,7 @@
 		<if test="area != null">
 			and b.location_area = #{area,jdbcType=INTEGER}
 		</if>
-		order by a.transfer_time desc,a.`number`
+		order by a.transfer_time ,a.`number`
 		 <if test="page_sql != null">
     		${page_sql}
    		 </if>