返回分类标签
This commit is contained in:
@@ -17,4 +17,6 @@ public interface UrlCateListService {
|
||||
public String selectUrListCateByUrlCateId(Integer cateId);
|
||||
public UrlCateList selectByPrimaryKey(Integer id);
|
||||
|
||||
public int insertSelective(UrlCateList urlCateList);
|
||||
|
||||
}
|
||||
|
@@ -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