在mybatis中编写动态SQL语句时
当写多条件查询语句时<where>可以消除前置and
当写更新语句时<set>可以消除后置,
mybatis中的<where>和<set>
原文:https://www.cnblogs.com/olzoooo/p/10492251.html