Type mismatch affecting row number 0 and column type 'NUMBER'

test程序报错,Type mismatch affecting row number 0 and column type 'NUMBER' is of type [java.lang.Long] and cannot be converted to required type [long] 因为下面的写法有错误,应该是Long.class应该是大写的Long。 long是原始数据类型,没有属性方
相关文章
相关标签/搜索