注解写法mybatis 传List类型参数以及返回List类型参数

xml写法mybatis 传List类型参数 1 List<Integer> identityTypeList=new ArrayList(); 2 if (type == 0) { 3    //查找支付宝用户 4    u = userMapper.findUserByOpenid(code); 5    if (u != null){ 6        identityTypeLis
相关文章
相关标签/搜索