导航,附件,拦截器
This commit is contained in:
@@ -60,4 +60,14 @@ public class UrlLiserServiceImpl implements UrlListService {
|
||||
urlListDao.updateByPrimaryKeySelective(urlList);
|
||||
return urlList;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int updateUrlStatusListById(UrlList urlList) {
|
||||
if (urlListDao.updateByPrimaryKey(urlList)==1){
|
||||
return 1;
|
||||
}else {
|
||||
return 0;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user