您现在的位置是:群英 > 开发技术 > 编程语言
mybatis中if-else的嵌套具体用法是什么?
Admin发表于 2022-10-11 17:52:28740 次浏览
今天这篇给大家分享的知识是“mybatis中if-else的嵌套具体用法是什么?”,小编觉得挺不错的,对大家学习或是工作可能会有所帮助,因此分享发大家做个参考,下文的讲解详细,步骤过程清晰,希望这篇“mybatis中if-else的嵌套具体用法是什么?”文章能帮助大家解决问题。


案例一:if-else

在mybatis的使用过程中,难免会存在使用if-else的逻辑,但是实际是没有这种语法的,提供了choose标签来替代这种语法

   <select id="selectUserByState" resultType="com.bz.model.entity.User">
    SELECT
      *
    FROM
      user
    WHERE
      1=1
    <choose>
      <when test="state == 1">
        AND name = #{name1}
      </when>
     <when test="state == 2">
        AND name = #{name2}
      </when>
      <otherwise>
        AND name = #{name3}
      </otherwise>
    </choose>
  </select>

案例二:if嵌套

在实际的编码过程中会对一些条件进行重复判断,并对内深入if判断,这时就可以使用if嵌套

  <select id="selectUserByState" resultType="com.bz.model.entity.User">
    SELECT
      *
    FROM
      user
    WHERE
     <if test=" gender!=null and gender!='' "> 
         <if test=" gender==male ">
             and name=#{name}
         </if>
     </if>
  </select>

MyBatis中if和choose的嵌套

    <!-- public List<VadtaxShow> findList(VadtaxShow vadtaxShow); -->
    <select id="findList" parameterType="com.cdqyzj_WC.Backstage.vaddedtax.domain.VaddeTax" resultType="com.cdqyzj_WC.Backstage.vaddedtax.domain.VaddeTax">
    SELECT t.addedId,t.taxType,t.totalSales,t.outputTax,t.inputTax,t.entryAmount, t.amountTax,t.retentionTax,
    t.createTime, t.taxTime,t.comId,c.comName,c.comType
    FROM t_g_vaddedtax AS t JOIN t_ucompany AS c ON c.comId = t.comId
    <where>
    1=1
            <if test="comType != '' and comType != null"> and c.comType = #{comType}</if>
            <if test="taxTime != null and taxTime != ''"> and t.taxTime =#{taxTime} </if>    
            <if test="taxType != null and taxType != '' "> and t.taxType =#{taxType} </if>
            <if test="comId != null and comId != '' and comId != 0 "> and t.comId =#{comId} </if>    
            <if test="start_times != null and end_times != null">
                <choose>
                    <when test="middle_times != null">
                        and t.createTime in ('${start_times}','${middle_times}', '${end_times}' )
                    </when>
                    <otherwise>
                        and t.createTime in ('${start_times}','${end_times}' )
                    </otherwise>
                </choose>
            </if>
            <if test="orderBy != null and orderType != '' ">
                     order by ${orderBy}  ${orderType}
            </if>
            <if test="pageSize != 0 ">
                    limit ${startRows},${pageSize}
            </if>
    </where>
    </select>

功能实现之后反思:要不我不对“middle_times”判空?这样不就不用嵌套了吗?

    <!-- public List<VadtaxShow> findList(VadtaxShow vadtaxShow); -->
    <select id="findList" parameterType="com.cdqyzj_WC.Backstage.vaddedtax.domain.VaddeTax" resultType="com.cdqyzj_WC.Backstage.vaddedtax.domain.VaddeTax">
    SELECT t.addedId,t.taxType,t.totalSales,t.outputTax,t.inputTax,t.entryAmount, t.amountTax,t.retentionTax,
    t.createTime, t.taxTime,t.comId,c.comName,c.comType
    FROM t_g_vaddedtax AS t JOIN t_ucompany AS c ON c.comId = t.comId
    <where>
    1=1
            <if test="comType != '' and comType != null"> and c.comType = #{comType}</if>
            <if test="taxTime != null and taxTime != ''"> and t.taxTime =#{taxTime} </if>    
            <if test="taxType != null and taxType != '' "> and t.taxType =#{taxType} </if>
            <if test="comId != null and comId != '' and comId != 0 "> and t.comId =#{comId} </if>    
            <if test="start_times != null and end_times != null">
                and t.createTime in ('${start_times}','${middle_times}', '${end_times}' )
            </if>
            <if test="orderBy != null and orderType != '' ">
                     order by ${orderBy}  ${orderType}
            </if>
            <if test="pageSize != 0 ">
                    limit ${startRows},${pageSize}
            </if>
    </where>
    </select>



现在大家对于mybatis中if-else的嵌套具体用法是什么?的内容应该都清楚了吧,希望大家阅读完这篇文章能有所收获。最后,想要了解更多mybatis中if-else的嵌套具体用法是什么?的知识,欢迎关注群英网络,群英网络将为大家推送更多相关知识的文章。

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:mmqy2019@163.com进行举报,并提供相关证据,查实之后,将立刻删除涉嫌侵权内容。

标签: if-else的嵌套
相关信息推荐
2022-05-31 17:39:48 
摘要:java中使用相对路径读取文件的方法:1、使用文件【File file = new File(“src/test.txt”)】方法;2、使用类的相对路径;3、使用当前线程的类加载器;4、读取web工程下的文件。
2022-05-20 17:25:55 
摘要:下面由golang​教程栏目给大家介绍一个golang常见库cobra,希望对需要的朋友有所帮助!
2022-09-08 17:59:47 
摘要:bootstrap媒体对象是一类具有特殊版式的组件,用于设计图文混排的效果;bootstrap提供了两种类型的媒体对象,分别是媒体和媒体列表,媒体用于展示单个对象,媒体列表用于展示多个对象。
群英网络助力开启安全的云计算之旅
立即注册,领取新人大礼包
  • 联系我们
  • 24小时售后:4006784567
  • 24小时TEL :0668-2555666
  • 售前咨询TEL:400-678-4567

  • 官方微信

    官方微信
Copyright  ©  QY  Network  Company  Ltd. All  Rights  Reserved. 2003-2019  群英网络  版权所有   茂名市群英网络有限公司
增值电信经营许可证 : B1.B2-20140078   粤ICP备09006778号
免费拨打  400-678-4567
免费拨打  400-678-4567 免费拨打 400-678-4567 或 0668-2555555
微信公众号
返回顶部
返回顶部 返回顶部