Commit 02b6e83d authored by fuyunnan's avatar fuyunnan

Merge branch 'dev' into test

parents 630f1e00 beb1252a
......@@ -55,12 +55,10 @@ interface SubOrderServiceInterface
/**
*
* @param array $source 来源单号数组
* @param array $column 需要查询字段
* @param array $relation 需要的关联关系可传入['order','order_product']
* @return array | null
* @return array
*/
public function getBySourceSite($source, $column = ['*'], $relation = ['order']): array;
public function getBySourceSite($source): array;
}
\ No newline at end of file
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