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