List userList = sqlSession.selectList("demo1.findUsersByName", "%小明%");为什么这句话我忘记加命名空间demo1,依然能查询出结果来?
看下你的mapper配置文件,,,