瀏覽代碼

客户接待查询条件修改

于继渤 2 年之前
父節點
當前提交
16baf40a5a
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/main/java/com/dk/mdm/mapper/mst/CusFollowMapper.xml

+ 1 - 0
src/main/java/com/dk/mdm/mapper/mst/CusFollowMapper.xml

@@ -277,6 +277,7 @@
         LEFT JOIN sys.t_data_kind tdk2 on tdk2.kind_code = tccf.intention
         LEFT JOIN sys.t_data_kind tdk3 on tdk3.kind_code = tccf.stay_time_len
         <include refid="Condition_Join"/>
+        order by  tccf.follow_time desc
         <if test="pageSize != null and currentPage != null and pageSize != 0 and currentPage != 0">
             limit #{end} offset #{start}
         </if>