FengChaoYu hace 9 meses
padre
commit
ee02a7b6dc

+ 1 - 1
mall-server-api/src/main/java/com/gree/mall/manager/logic/material/manage/WebsitSalesLogic.java

@@ -561,7 +561,7 @@ public class WebsitSalesLogic {
         }
         List<WebsitSalesGoodsVO> goodsList;
         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 {
             goodsList = materialMapper.notStockGoods(companyId, websitId, type.getKey(), goodsName);
         }