|
@@ -252,6 +252,7 @@
|
|
|
left JOIN sys.t_data_kind as tdk1 on tma.activity_type = tdk1.kind_code
|
|
left JOIN sys.t_data_kind as tdk1 on tma.activity_type = tdk1.kind_code
|
|
|
left JOIN sys.t_data_kind as tdk2 on tma.activity_status = tdk2.kind_code
|
|
left JOIN sys.t_data_kind as tdk2 on tma.activity_status = tdk2.kind_code
|
|
|
<include refid="Condition_list"/>
|
|
<include refid="Condition_list"/>
|
|
|
|
|
+ order by tma.display_no
|
|
|
<if test="pageSize != null and currentPage != null and pageSize != 0 and currentPage != 0">
|
|
<if test="pageSize != null and currentPage != null and pageSize != 0 and currentPage != 0">
|
|
|
limit #{end} offset #{start}
|
|
limit #{end} offset #{start}
|
|
|
</if>
|
|
</if>
|