在写mybatis框架中,编写mapper接口的时候,接口的方法不能重载,因为mybatis是根据接口全限名+方法名来定位MapperdStatement 例如:com.test.mapper.UserMapper.selectUserById