问题修改
This commit is contained in:
@@ -218,7 +218,7 @@ public class GoodsSkuService extends MybatisBaseService<GoodsSkuMapper, GoodsSku
|
||||
}
|
||||
qw.eq("spu.createOrgSid",query.getCreateOrgSid());
|
||||
}
|
||||
|
||||
qw.ne("spu.isDelete","1");
|
||||
IPage<GoodsSku> page = PagerUtil.queryToPage(pagerQuery);
|
||||
IPage<SkuSelectList> pagging = baseMapper.getSelectList(page, qw);
|
||||
PagerVo<SkuSelectList> p = PagerUtil.pageToVo(pagging, null);
|
||||
|
||||
Reference in New Issue
Block a user