소스 검색

联系客户排序更换

Signed-off-by: anderx <312518615@qq.com>
anderx 6 년 전
부모
커밋
888a6752c2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/com/kede/common/mapper/VisitingCustomersMapper.xml

+ 1 - 1
src/main/java/com/kede/common/mapper/VisitingCustomersMapper.xml

@@ -309,7 +309,7 @@
 	<if test="startTime != null and endTime  != null">
 	and create_time between #{startTime} and #{endTime}
 	</if>
-	order by create_time 
+	order by status,create_time 
 	<if test="page_sql!=null">
 			${page_sql}
 	</if>