|
|
@@ -92,7 +92,7 @@
|
|
|
LEFT JOIN dkic_b.t_mst_org org
|
|
|
ON t.org_Id = org.org_Id
|
|
|
<include refid="Condition"/>
|
|
|
- ORDER BY t.flg_valid DESC,t.staff_code
|
|
|
+ ORDER BY t.op_create_time desc
|
|
|
<if test="pageSize != null and currentPage != null and pageSize != 0 and currentPage != 0">
|
|
|
limit #{end} offset #{start}
|
|
|
</if>
|