mybatis之sql標籤

if標籤 <if test="id != null"> and id = #{id} </if> 注意下面的id必須是字符串類型,因爲字符串纔有trim()方法。 <if test="id != null and id.trim()!=''"> and id = #{id} </if> choose標籤 insert into tb_user VALUES ( <choose> <when tes
相關文章
相關標籤/搜索