mybatis BUG之 if標籤判斷 0 時不生效

mybatis 的 if 標籤 在遇到 傳入值 爲 0 時,會按 空處理,導致 你在根據狀態查詢時,sql 語句 不會有 狀態 爲  0 的查詢條件;需要手動的更改 判斷; or 字段名 == 0 select * from tableName where status != 1 <if test="type != null and type != '' or type == 0">
相關文章
相關標籤/搜索