|
|
|
@ -192,6 +192,9 @@ |
|
|
|
<if test='searchContent != null and searchContent != ""'> |
|
|
|
AND issue.ISSUE_CONTENT LIKE CONCAT('%',#{searchContent},'%') |
|
|
|
</if> |
|
|
|
<if test='categoryId != null and categoryId != ""'> |
|
|
|
AND issue.ISSUE_CATEGORY_ID = #{categoryId} |
|
|
|
</if> |
|
|
|
ORDER BY |
|
|
|
<if test='orderType == "1"'>statementNum DESC,</if> |
|
|
|
issue.DISTRIBUTE_TIME DESC, |
|
|
|
|