Commit 532e7635 authored by Liu lu's avatar Liu lu

获取生产单rpc调整

parent b43edcad
...@@ -104,10 +104,11 @@ interface ProductionServiceInterface ...@@ -104,10 +104,11 @@ interface ProductionServiceInterface
/** /**
* 获取生产单信息 * 获取生产单信息
* @param $productionOrderId * @param $productionOrderNos 生产单号
* @param array $columns * @param array $columns 生产主表字段
* @param $relation 关联信息
* @return mixed * @return mixed
*/ */
public function productionInfo($productionOrderId,$columns = ['*']); public function productionInfo($productionOrderNo,$columns = ['*'],$relation=['production_order_products']);
} }
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