加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

flex ibatis java 通过sql语句进行多条件模糊查询。

发布时间:2020-12-15 04:34:31 所属栏目:百科 来源:网络整理
导读:!DOCTYPE mapper? ? PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ? ? "http://mybatis.org/dtd/mybatis-3-mapper.dtd" ? ? mapper namespace="com.rainmon.pm.sqlmapper.SQLMoUserSetManager" ? ? insert id="insertInspectLog" parameterType="com.rainmo
<!DOCTYPE mapper? ? PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
? ? "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
? ? <mapper namespace="com.rainmon.pm.sqlmapper.SQLMoUserSetManager" >

? ? <insert id="insertInspectLog" parameterType="com.rainmon.pm.model.PojoMoUserSetAction">

? <select id="searchLog" parameterType="com.rainmon.pm.model.PojoMoUserSetAction" resultType="HashMap"> ??

? ? select * from inspectLog ? where userNum &gt; 1 ? ? ? <if test="userCode != null and userCode != 0"> ? ? ? and userNum like #{userCode} ? ? ? </if>? ? ? ? <if test="ip != null and ip!=''"> ? ? ? and ip like #{ip} ? ? ? </if>? ? ? ? ?<if test="beforelogintime != null and beforelogintime != ''"> ? ? ? and startTime &lt; = #{beforelogintime} ? ? ? </if> ? ? ? ? ?<if test="laterlogintime != null and beforelogintime != ''"> ? ? ? and startTime &gt; = #{laterlogintime} ? ? ? </if> ? ? ? ? ?<if test="today != null and today != ''"> ? ? ? and convert(varchar,starttime,23) like #{today} ? ? ? </if> ? ? ? ? ? <if test="betweenSmallTime != null and betweenSmallTime != ''"> ? ? ? and startTime &gt;= #{betweenSmallTime} ? ? ? </if> ? ? ? ? ? ? ?<if test="betweenBigTime != null and betweenBigTime != ''"> ? ? ? and startTime &lt;= #{betweenBigTime} ? ? ? </if> ?? ? ? ? ? </select> ? ? ? ? ? </mapper> ?

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读