Mybatis -> 动态SQL之choose、when、otherwise
choose when otherwise:相当于swich,when是case,otherwise是default<select id="setSelect" resultType="Blog"> select * from blog /*where用来去掉可能多出来的and 注释也不能乱写位置,会报错的*/ <where> &