mybatis里面 映射器xml中sql语句 如果数据返回类型包含普通对象和list对象 应该如何设置resulttype呢?
使用resultMap="BaseResultMap" 试试
使用resultMap="BaseResultMap",其中BaseResultMap中嵌套用来保存list