|
@@ -28,7 +28,9 @@
|
|
|
and content.catalog_id_ in (${catalogIds})
|
|
|
</if>
|
|
|
<if test="title!= null and title != ''">
|
|
|
- and content.title_ like '%' #{title} '%'
|
|
|
+ and (content.title_ like '%' #{title} '%'
|
|
|
+ or content.id_ like '%' #{title} '%'
|
|
|
+ )
|
|
|
</if>
|
|
|
<if test="status!= null">
|
|
|
and ((content.status_ = #{status} and content.catalog_id_ = 1)
|