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

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.

原因是我没有写返回类型

 修改后:

 

posted on 2023-05-15 23:22  201812  阅读(24)  评论(0)    收藏  举报