Commit 60a9b2ef authored by 姜克保's avatar 姜克保

通过子订单号获取发货和派单备注

parent 9173672e
...@@ -134,6 +134,6 @@ interface SubOrderServiceInterface ...@@ -134,6 +134,6 @@ interface SubOrderServiceInterface
* @param array $subOrderNos * @param array $subOrderNos
* @return array * @return array
*/ */
public function getSubOrderInfoByNo(array $subOrderNos = [], array $column = ['*']): array; public function getSubOrderInfoByNo(array $subOrderNos = [], array $column = ['sub_order_no','shipping_notes','dispatch_notes']): 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