Просмотр исходного кода

单位意向、签单客户按跟进时间倒叙排列

anderx лет назад: 7
Родитель
Сommit
d5d4c429a4
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/main/java/com/goafanti/common/mapper/UserMapperExt.xml

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

@@ -444,7 +444,7 @@
 		<if test="area != null">
 		<if test="area != null">
 			and b.location_area = #{area,jdbcType=INTEGER}
 			and b.location_area = #{area,jdbcType=INTEGER}
 		</if>
 		</if>
-		 order by t2.last_sign_time desc
+		 order by t1.last_follow_time desc
 		 <if test="page_sql != null">
 		 <if test="page_sql != null">
     		${page_sql}
     		${page_sql}
    		 </if>
    		 </if>