mybatis返回值cannot be cast to java.lang.Integer,但我的实体类和返回都没有用到integer
实体类里没用到integer,数据库里只用了bigint,方法里也没要求integer不知道是什么原因
mybatis返回值cannot be cast to java.lang.Integer,但我的实体类和返回都没有用到integer
实体类里没用到integer,数据库里只用了bigint,方法里也没要求integer不知道是什么原因
你的这个方法的定义看一下,Java的接口
初步怀疑:你的Java方法的返回值 是不是没有定义成 这个对象