标签:open amp example comment over img creat isp and
1 @Override 2 public List<ConfideComment> isLike(String userId) { 3 ConfideCommentQuery query = new ConfideCommentQuery(); 4 query.createCriteria().andUserIdEqualTo(userId); 5 return confideCommentDao.selectByExample(query); 6 }
标签:open amp example comment over img creat isp and
原文地址:http://www.cnblogs.com/spring1128/p/7535129.html