mybatis resultType
如果需要一个List<string>类型的返回值,resultType不能写 =‘List’,而需要写“string”
即mybatis的resultType返回值 只能写泛型的类型