1、Mybatis使用IF—ELSE<choose>
</choose>
<when test="id != null and id !=''">
********
</when>
<otherwise>
********
</otherwise>
</choose>