Commit 4b792bcf by zhiwj

deleteFlag

parent 627f2e87
......@@ -188,10 +188,10 @@
and content like concat('%', #{content}, '%')
</if>
<if test="startTime != null and startTime != '' ">
and start_time &gt;= #{startTime}
and create_time &gt;= #{startTime}
</if>
<if test="endTime != null and endTime != '' ">
and end_time &lt;= #{endTime}
and create_time &lt;= #{endTime}
</if>
order by create_time desc
</select>
......
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