|
|
|
@ -135,6 +135,9 @@ |
|
|
|
<if test="actStatus != null and actStatus != ''"> |
|
|
|
AND actInfo.ACT_STATUS = #{actStatus} |
|
|
|
</if> |
|
|
|
<if test="title != null and title != ''"> |
|
|
|
AND actInfo.TITLE like concat('%', #{title}, '%') |
|
|
|
</if> |
|
|
|
ORDER BY |
|
|
|
actInfo.TOP_FLAG desc, |
|
|
|
actInfo.CREATED_TIME DESC |
|
|
|
|