更新搜索结果
This commit is contained in:
@@ -8,7 +8,7 @@ public interface UrlListService {
|
||||
|
||||
public int selectCateAndInsertUrl(String parent,String name , String icon ,String url ,Integer userId );
|
||||
public List<UrlList> selectUrList();
|
||||
public UrlList selectUrListByInput(String input);
|
||||
public List<UrlList> selectUrListByInput(String input);
|
||||
public UrlList selectUrlListByUrlId(Long urlId);
|
||||
|
||||
public int updateUrlStatusListById(UrlList urlList);
|
||||
|
@@ -65,7 +65,7 @@ public class UrlLiserServiceImpl implements UrlListService {
|
||||
|
||||
public int insertUrlByUser(UrlList urlList){return urlListDao.insertSelective(urlList);}
|
||||
|
||||
public UrlList selectUrListByInput(String input)
|
||||
public List<UrlList> selectUrListByInput(String input)
|
||||
{
|
||||
return urlListDao.selectUrListByInput(input);
|
||||
}
|
||||
|
Reference in New Issue
Block a user