기타 처리
This commit is contained in:
parent
311a2377d8
commit
8332914efb
@ -231,15 +231,15 @@ public class CollectionVO extends PagingVO {
|
|||||||
*/
|
*/
|
||||||
public boolean isAbleOther() {
|
public boolean isAbleOther() {
|
||||||
|
|
||||||
// 기본공개
|
|
||||||
if(!isPub()) return false;
|
|
||||||
|
|
||||||
// 방문열람여부
|
// 방문열람여부
|
||||||
if(isAbleRead()) return false;
|
if(isAbleRead()) return false;
|
||||||
|
|
||||||
// 대출여부
|
// 대출여부
|
||||||
if(isAbleRent()) return false;
|
if(isAbleRent()) return false;
|
||||||
|
|
||||||
|
// 온라인여부
|
||||||
|
if(isAbleOnline()) return false;
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user