zm
2020-08-19 d75ce097cb1ee766791f1d5d9d946790adb86cab
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()
    );