mybatias 動態sql語句 if標籤

<if test="status != null and status != ''" > and status = #{status} </if>test

當status類型爲Integer時,且status不爲null時好比Integer類型的0,1, if條件添加不上。由於Integer類型的status不可能爲''; 注意傳入Integer類型的參數時,不要判斷 and status != '' 只判斷 != null便可。參數

相關文章
相關標籤/搜索