Ver código fonte

客户接待查询条件修改

于继渤 2 anos atrás
pai
commit
16baf40a5a

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