註解寫法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
相關文章
相關標籤/搜索