org.apache.ibatis.executor.ExecutorException: A query was run and no Result Maps were found for the Mapped Statement

佚名 / 2023-05-16 / 原文

org.apache.ibatis.executor.ExecutorException: A query was run and no Result Maps were found for the Mapped Statement 'com.xxxx.mapper.EmployeeMapper.selectBybelongweeknull'.  It's likely that neither a Result Type nor a Result Map was specified.

原因是我没有写返回类型

 修改后: