Mybatis | Mybatis映射文件中傳入參數爲Integer類型,當判斷該值!= null and != ‘‘時會導致運行時忽略該if標籤

Mybatis版本 3.4.2 state爲Integer類型 Dao Mapper 此時正常走<if test="state != null">的判斷 當把判斷改爲<if test="state != null and state !=''"> 此時將不走判斷,但是理論加了and state !=''也不能算錯
相關文章
相關標籤/搜索