기타 처리

This commit is contained in:
KNKIM 2021-11-19 17:39:48 +09:00
parent 311a2377d8
commit 8332914efb

View File

@ -231,15 +231,15 @@ public class CollectionVO extends PagingVO {
*/
public boolean isAbleOther() {
// 기본공개
if(!isPub()) return false;
// 방문열람여부
if(isAbleRead()) return false;
// 대출여부
if(isAbleRent()) return false;
// 온라인여부
if(isAbleOnline()) return false;
return true;
}