返回分类标签
This commit is contained in:
@@ -62,6 +62,11 @@ public class UrlCateListServiceImpl implements UrlCateListService {
|
||||
return urlCateListDao.selectUrListCateByUrlCateId(cateId);
|
||||
}
|
||||
|
||||
|
||||
public int insertSelective(UrlCateList urlCateList)
|
||||
{
|
||||
return urlCateListDao.insertSelective(urlCateList);
|
||||
}
|
||||
public UrlCateList selectByPrimaryKey(Integer id)
|
||||
{
|
||||
return urlCateListDao.selectByPrimaryKey(id);
|
||||
|
Reference in New Issue
Block a user