优化日志模块

This commit is contained in:
季圣华
2019-08-15 22:53:57 +08:00
parent 10e392a00b
commit 3e4a832d60
2 changed files with 24 additions and 23 deletions

View File

@@ -23,10 +23,10 @@
and l.status=${status}
</if>
<if test="beginTime != null">
and l.createtime &gt;= '%${beginTime}%'
and l.createtime &gt;= '${beginTime}'
</if>
<if test="endTime != null">
and l.createtime &lt;= '%${endTime}%'
and l.createtime &lt;= '${endTime}'
</if>
<if test="contentdetails != null">
and l.contentdetails like '%${contentdetails}%'