异常信息:
ExecutorException:
A query was run and no Result Maps were found for the Mapped Statement ‘com.win.mall.dao.CartMapper.test’. It’s likely that neither a Result Type nor a Result Map was specified.
原因:
在mapper文件的<select>
标签中没有指定 resultType 或者 resultMap