Commit 026601ae authored by fuyunnan's avatar fuyunnan

Merge branch 'feature-not-warehouse'

parents 96881bd5 e97b6942
......@@ -163,15 +163,16 @@ interface StoreServiceInterface
/**
* description:通过产品id数组获取库存列表 给订单系统使用
* description:通过产品id数组获取库存列表 给订单系统查询的接口
* author: fuyunnan
* @param array $ids 产品ids 数组
* @param int $wareId 仓库id
* @param array $notWareId 仓库id
* @return array
* @throws
* 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