mybatis使用xml實現發生的異常之一return null from a method with a primitive return type (int)

 

 

 

主要緣由:xml

一、接口的返回值錯誤blog

二、接口的xml錯誤  ( 主要是標籤寫錯了)接口

 

在這裏個人接口:date

 

 發現這句並無錯誤,那我再看接口的xml:select

 

 

很明顯的就發現了select這裏錯誤,insert,update,delect這些返回值爲int類型,是不用寫返回值的;im

這裏是標籤寫錯了:db

修改後的代碼:img

 

 把resultType去掉:標籤

相關文章
相關標籤/搜索