|
@ -87,7 +87,7 @@ public class BaseBannerService extends BaseJpaService<BaseBannerDO, BaseBannerDa
|
|
|
if(StringUtils.isNotEmpty(name)){
|
|
|
sql.append(" and p.name like '%"+name+"%'");
|
|
|
}if (StringUtils.isNotEmpty(status)){
|
|
|
sql.append(" and p,status =:status");
|
|
|
sql.append(" and p.status =:status");
|
|
|
|
|
|
}
|
|
|
sql.append(" order by p.sort desc ");
|