Przeglądaj źródła

联系客户排序更换

Signed-off-by: anderx <312518615@qq.com>
anderx 5 lat temu
rodzic
commit
888a6752c2

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