|
@@ -111,6 +111,7 @@
|
|
|
AND (lower(a.contract_no) like lower(CONCAT('%',#{searchKeyWord},'%'))
|
|
|
OR lower(a.in_out_task_no) like lower(CONCAT('%',#{searchKeyWord},'%'))
|
|
|
</if>
|
|
|
+ group by b.id
|
|
|
ORDER BY a.task_status DESC , a.establish_date DESC
|
|
|
<if test="currentPage != null and currentPage != ''">
|
|
|
LIMIT ${startRecord}, ${pageSize}
|