Commit 21a920ae authored by fuyunnan's avatar fuyunnan

Merge branch 'feature-in-order' into rpc/production

parents 528592c7 765fa5a4
......@@ -126,6 +126,17 @@ interface StoreServiceInterface
*/
public function listGroupOrder($sourceNoList, $where = []): array;
/**
* description:根据条件查询入库单信息
* author: fuyunnan
* 参数注意 必须这样传!!!
* $condition['warehousing_order_ids'] = $ids 入库单ids数组
* @param array $condition 条件
* @return array
* @throws
* Date: 2020/7/11
*/
public function getListInOrder($condition): array;
/**
* description:通过入库单id数组获取产品列表
......@@ -270,5 +281,5 @@ interface StoreServiceInterface
* @throws
* Date: 2020/12/14
*/
public function cancelOrderDeliver($sourceNos, $field):int;
public function cancelOrderDeliver($sourceNos, $field): int;
}
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