mybatis 中 if else 写法

mybaits 中没有else要用chose when otherwise 代替

<choose>
    <when test="">
        //...
    </when>
    <otherwise>
        //...
    </otherwise>
</choose>

 

posted @ 2020-08-24 10:59  天天代码码天天  阅读(13)  评论(0编辑  收藏  举报  来源