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

更换单位意向客户与单位签单客户的排序方式

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

+ 2 - 2
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 t0.transfer_time desc
+		 order by t2.last_sign_time desc
 		 <if test="page_sql != null">
 		 <if test="page_sql != null">
     		${page_sql}
     		${page_sql}
    		 </if>
    		 </if>
@@ -614,7 +614,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.transfer_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>