Commit 480339ec authored by fuyunnan's avatar fuyunnan

修改 给采购提交的rpc参数

parent 21a920ae
......@@ -130,7 +130,9 @@ interface StoreServiceInterface
* description:根据条件查询入库单信息
* author: fuyunnan
* 参数注意 必须这样传!!!
* $condition['warehousing_order_ids'] = $ids 入库单ids数组
* $condition = [
* 'warehousing_order_ids' =>$ids 可选 入库单ids数组
* ]
* @param array $condition 条件
* @return array
* @throws
......
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