Commit ca23a7ea by 徐高华

sql调整

parent 432a8c6c
......@@ -162,9 +162,9 @@
and start_time > now()
</if>
<if test="null != status and status==3">
and end_time <![CDATA[<]]> now()
and end_time <![CDATA[<]]> now()
</if>
<if test="null != searchParams and '' != searchParams ">
<if test="null != searchParams and '' != searchParams">
and name like '%${searchParams}%'
</if>
<if test="null != startDate">
......
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