Mybatis的判斷integer類型的字段踩坑記錄

傳遞Integer類型的值,若是傳遞的是0,到mybatis的mapper的xml文件中是把值看成空字符串,mybatis源碼對其進行了強制定義。mybatis

<if test="status != null and status !=  '' or status == 0">app

使用時增長多一個or status == 0判斷xml

 

2個字  噁心字符串

相關文章
相關標籤/搜索