|
@@ -31,7 +31,6 @@ public class CarouselMapLogic {
|
|
|
CurrentCompanyWechat currentCompanyWechat = commonLogic.getCurrentCompanyWechat(request);
|
|
|
|
|
|
IPage<CarouselMap> carouselMaps = carouselMapService.lambdaQuery()
|
|
|
- .eq(CarouselMap::getCompanyWechatId , currentCompanyWechat.getCurrentCompanyWechatId())
|
|
|
.eq(state != null,CarouselMap::getState,state)
|
|
|
.orderByDesc(CarouselMap::getSortNum)
|
|
|
.page(new Page(pageNum, pageSize));
|