首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Java相关 >

java有关问题急

2012-08-13 
java问题急!!The method setRecords(ListMapString,Object) in the type PagingListMapString,Objec

java问题急!!
The method setRecords(List<Map<String,Object>>) in the type PagingList<Map<String,Object>> is not applicable for the arguments (Collection<StatGoodsBuyVo>)





[解决办法]
你的setRecords方法要求的参数是List<Map<String,Object>>类型的,
而你传递的是Collection<StatGoodsBuyVo>,显然不是方法要求的参数类型。

热点排行