多对多关系List utList = new ArrayList (); for(Long id : tagIdList){ UserTag ut = this.userTagService.getDao().findOne(id); utList.add(ut); } ...
確定! 回上一頁