提交 06a6549f authored 作者: inroi's avatar inroi

微调

上级 378eeff8
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
id, `name`, content, `data`, flag, message, costime, create_time id, `name`, content, `data`, flag, message, costime, create_time
FROM tb_log FROM tb_log
<where> <where>
<if test="inVo.dateFrom != null and inVo.dateForm != '' and inVo.dateTo != null and inVo.dateTo != ''"> <if test="inVo.dateFrom != null and inVo.dateFrom != '' and inVo.dateTo != null and inVo.dateTo != ''">
create_time BETWEEN #{inVo.dateFrom} AND #{inVo.dateTo} create_time BETWEEN #{inVo.dateFrom} AND #{inVo.dateTo}
</if> </if>
<if test="inVo.name != null and inVo.name != ''"> <if test="inVo.name != null and inVo.name != ''">
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论