Commit 7c485705 authored by Liu lu's avatar Liu lu

获取生产单rpc调整

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