Browse Source

联系客户排序更换

Signed-off-by: anderx <312518615@qq.com>
anderx 5 years ago
parent
commit
888a6752c2
1 changed files with 1 additions and 1 deletions
  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>