src/web/Application/Home/Service/GoodsService.class.php
@@ -395,7 +395,7 @@ /** * 商品字段,查询数据 */ public function queryDataWithSalePrice($queryKey, $customerId) public function queryDataWithSalePrice($queryKey, $customerId, $warehouseId) { if ($this->isNotOnline()) { return $this->emptyResult(); @@ -404,6 +404,7 @@ $params = array( "queryKey" => $queryKey, "customerId" => $customerId, "warehouseId" => $warehouseId, "loginUserId" => $this->getLoginUserId(), "companyId" => $this->getCompanyId() );