|
|
@@ -121,6 +121,9 @@
|
|
|
<if test="@o.Ognl@isNotEmpty(ownerName)">
|
|
|
AND OWNER_ LIKE #{ownerName}
|
|
|
</if>
|
|
|
+ <if test="@o.Ognl@isNotEmpty(content)">
|
|
|
+ AND CONTENT_ LIKE #{content}
|
|
|
+ </if>
|
|
|
</where>
|
|
|
<if test="@o.Ognl@isNotEmpty(orderBySql)">
|
|
|
ORDER BY ${orderBySql}
|