Commit 25fb3ea0 by 吴迪

bug修改

parent efd7644e
......@@ -121,7 +121,7 @@
and status =#{newsParams.status}
</if>
<if test="newsParams.content !=null and newsParams.content !=''">
and title like concat('%',#{newsParams.content},'%')
and content like concat('%',#{newsParams.content},'%')
</if>
<if test="newsParams.editor !=null and 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