提示:The method put(String, List) in the type Map> is not applicable for the arguments (String, List)
我取出来的类型不能变,该怎么样操作呢
收起
你把resultmap的泛型改成
Map<String, Object>
报告相同问题?