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