### Error querying database.  Cause: org.apache.ibatis.builder.IncompleteElementException: Could not find result map com.course.model.LoginCase
### Cause: org.apache.ibatis.builder.IncompleteElementException: Could not find result map com.course.model.LoginCasemybatis报Could not find result map

原因:resultMap 需要改成resultType

mybatis报Could not find result map

相关文章: