好947 Mybatis 配置resultMap 带参数查询Map 注意selectOne数据库返回结果一条数据库 否则会报错
//TMD写几个demo还有大站采集好947映射配置文件好947映射配置查询语句好947-->select*frompersonpwherep.name=#{name}andp.gender=#{gender}映射管理库表文件 好947测试文件@Test publicvoidselectPersonByParams(){ //创建一个sqlSession好947 SqlSessionsessi