Commit b49b3e0b authored by Liu lu's avatar Liu lu

Merge branch 'develop' of http://git.huaperfect.com/without_auth/meibuyu-rpc into develop

parents b9c3f0c6 2f915646
...@@ -175,9 +175,9 @@ interface ProductionServiceInterface ...@@ -175,9 +175,9 @@ interface ProductionServiceInterface
* Notes: 取消发货订单 * Notes: 取消发货订单
* User: carlos * User: carlos
* DateTime: 2022/11/22 9:20 * DateTime: 2022/11/22 9:20
* @param $delivery_no * @param $params
*/ */
public function cancelDelivery($delivery_no); public function cancelDelivery($params);
/** /**
* Notes: 创建生产异常单 * Notes: 创建生产异常单
......
...@@ -290,4 +290,13 @@ interface BaseInfoServiceInterface ...@@ -290,4 +290,13 @@ interface BaseInfoServiceInterface
*/ */
public function getTeamUserByUserIds($userId); public function getTeamUserByUserIds($userId);
/**
* 通过用户id获取团队id
* @param array $teamIds 默认去重
* @param array $columns 用户字段,默认['id', 'name']
* @return array
*/
public function getTeamIdsByUserId($userId);
} }
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