Commit 630f1e00 authored by fuyunnan's avatar fuyunnan

Merge branch 'dev' into test

parents 74f5476d ed528a05
......@@ -52,4 +52,15 @@ interface SubOrderServiceInterface
*/
public function getBySourcesFactory($sources): array;
/**
*
* @param array $source 来源单号数组
* @param array $column 需要查询字段
* @param array $relation 需要的关联关系可传入['order','order_product']
* @return array | null
*/
public function getBySourceSite($source, $column = ['*'], $relation = ['order']): 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