记得上下班打卡 | git大法好,push需谨慎

Commit 37743f96 authored by zhengfuxin's avatar zhengfuxin

修改bug

parent 67ce717b
......@@ -134,6 +134,7 @@ public class GoblinFrontBannerServiceImpl extends ServiceImpl<GoblinFrontBannerM
// PageHelper.startPage(pageNumber, pageSize);
LambdaQueryWrapper<GoblinFrontBanner> queryWrapper = Wrappers.lambdaQuery(GoblinFrontBanner.class);
queryWrapper.eq(GoblinFrontBanner::getBannerType,type);
queryWrapper.ne(GoblinFrontBanner::getDelTag,1);
queryWrapper.orderByAsc(GoblinFrontBanner::getIndexs);
List<GoblinFrontBanner> list=goblinFrontBannerMapper.selectList(queryWrapper);
List<GoblinFrontBannerBuildParam> list1=new ArrayList();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment