Commit 25fb3ea0 by 吴迪

bug修改

parent efd7644e
...@@ -121,7 +121,7 @@ ...@@ -121,7 +121,7 @@
and status =#{newsParams.status} and status =#{newsParams.status}
</if> </if>
<if test="newsParams.content !=null and newsParams.content !=''"> <if test="newsParams.content !=null and newsParams.content !=''">
and title like concat('%',#{newsParams.content},'%') and content like concat('%',#{newsParams.content},'%')
</if> </if>
<if test="newsParams.editor !=null and newsParams.editor !=''"> <if test="newsParams.editor !=null and newsParams.editor !=''">
and editor like concat('%',#{newsParams.editor},'%') and editor like concat('%',#{newsParams.editor},'%')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment