|
@@ -561,7 +561,7 @@ public class WebsitSalesLogic {
|
|
}
|
|
}
|
|
List<WebsitSalesGoodsVO> goodsList;
|
|
List<WebsitSalesGoodsVO> goodsList;
|
|
if (type.getKey().equals(WebsitGoodsTypeEnum.M.getKey())) {
|
|
if (type.getKey().equals(WebsitGoodsTypeEnum.M.getKey())) {
|
|
- goodsList = materialMapper.existStockGoods(companyId, websitId, type.getKey(), categoryId, goodsName, null, partType);
|
|
|
|
|
|
+ goodsList = materialMapper.existStockGoods(companyId, websitId, type.getKey(), categoryId, goodsName, null, null);
|
|
} else {
|
|
} else {
|
|
goodsList = materialMapper.notStockGoods(companyId, websitId, type.getKey(), goodsName);
|
|
goodsList = materialMapper.notStockGoods(companyId, websitId, type.getKey(), goodsName);
|
|
}
|
|
}
|