Commit 1d33aeeb authored by fuyunnan's avatar fuyunnan

Merge branch 'feature-not-warehouse' into test

parents 96881bd5 e97b6942
...@@ -163,15 +163,16 @@ interface StoreServiceInterface ...@@ -163,15 +163,16 @@ interface StoreServiceInterface
/** /**
* description:通过产品id数组获取库存列表 给订单系统使用 * description:通过产品id数组获取库存列表 给订单系统查询的接口
* author: fuyunnan * author: fuyunnan
* @param array $ids 产品ids 数组 * @param array $ids 产品ids 数组
* @param int $wareId 仓库id * @param int $wareId 仓库id
* @param array $notWareId 仓库id
* @return array * @return array
* @throws * @throws
* Date: 2020/7/27 * Date: 2020/7/27
*/ */
public function getListStock($ids, $wareId = 0): array; public function getListStock($ids, $wareId = 0, $notWareId = []): array;
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment