|
|
@@ -68,7 +68,6 @@ public class BladeNoticeController extends BladeController {
|
|
|
.eq(BladeNotice::getStatus, 1)
|
|
|
.eq(BladeNotice::getVisibleRoles, bladeNotice.getVisibleRoles())
|
|
|
.eq(ObjectUtils.isNotNull(bladeNotice.getBrandScope()), BladeNotice::getBrandScope, bladeNotice.getBrandScope())
|
|
|
- .notLike(BladeNotice::getCustomerBlacklist, AuthUtil.getUserId())
|
|
|
.orderByDesc(BladeNotice::getCreateTime);
|
|
|
List<BladeNotice> list = bladeNoticeService.list(lambdaQueryWrapper);
|
|
|
return R.data(list);
|