Commit f024f5b9 authored by chenzhao's avatar chenzhao

修改代码

parent 5b08e243
......@@ -84,7 +84,7 @@
<if test="endTime != null and endTime != ''">
AND start_time [<![CDATA[<=]]>] #{endTime}
</if>
<if test="content">
<if test="content != null and content != ''">
AND content like #{content}
</if>
</where>
......
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