提交 347c765f 编写于 作者: Hello 码上秃's avatar Hello 码上秃

Bug修复__公海池__创建时间搜索__没有效果

上级 c7efbb60
......@@ -117,6 +117,12 @@
<if test="planTime != null "> and plan_time = #{planTime}</if>
<if test="otherIntention != null and otherIntention != ''"> and other_intention = #{otherIntention}</if>
<if test="nextTime != null "> and next_time = #{nextTime}</if>
<if test="beginCreateTime != null ">
and UNIX_TIMESTAMP(create_time) &gt;= UNIX_TIMESTAMP(#{beginCreateTime})
</if>
<if test="endCreateTime != null ">
and UNIX_TIMESTAMP(create_time) &lt;= UNIX_TIMESTAMP(#{endCreateTime})
</if>
and status IN ('3','4')
</where>
</select>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册