|
@@ -133,7 +133,7 @@ public class GoodsLogic {
|
|
|
}
|
|
|
|
|
|
IPage<GoodsSpecBean> goodsSpecBeanIPage = customGoodsMapper.pageList(new Page<>(pageNum, pageSize), flag, keyword, startPrice,
|
|
|
- endPrice, startShare, endShare, sortStr, categoryIds, status, goodsTypes,companyWechatIds);
|
|
|
+ endPrice, startShare, endShare, sortStr, categoryIds, status, goodsTypes,adminUser.getCompanyWechatId());
|
|
|
|
|
|
//商品规格
|
|
|
for (GoodsSpecBean goodsSpecBean : goodsSpecBeanIPage.getRecords()) {
|
|
@@ -200,7 +200,7 @@ public class GoodsLogic {
|
|
|
|
|
|
|
|
|
IPage<GoodsSpecBean> goodsSpecBeanIPage = customGoodsMapper.pageList(new Page<>(1, -1), null, null, null,
|
|
|
- null, null, null, null, categoryIds, null, null,companyWechatIds);
|
|
|
+ null, null, null, null, categoryIds, null, null,adminUser.getCompanyWechatId());
|
|
|
//添加规格
|
|
|
List<GoodsSpecBean> records = goodsSpecBeanIPage.getRecords();
|
|
|
for (GoodsSpecBean record : records) {
|