@ -280,7 +280,7 @@ public class AdvrtisementService extends BaseJpaService<AdvertisementPuttingAdmi
"a.play_id as playId ";
String from = "FROM " +
"advertisement_putting_admin AS a " +
"WHERE 1=1 ";
"WHERE 1=1 AND a.forbidden = 0";
if (!StringUtils.isEmpty(title)){
from += " and a.title LIKE '%" + title + "%'";
}