【java异常】It's likely that neither a Result Type nor a Result Map was specified

错误原因:mybatis配置文件没有返回类型参数 resultType

解决办法:resultType= 添加