Commit a0724f67 authored by Liu lu's avatar Liu lu

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

parents daad5627 f705a28e
......@@ -212,4 +212,12 @@ interface FactoryServiceInterface
* date 2023-02-02
*/
public function productionNoticeDownload($originProductionNo);
/**
* 获取工艺单地址
* @param $deliveryNo 发货单号
* @author Jack
* date 2023-02-17
*/
public function getCraftDocAddressByDeliveryNo($deliveryNo);
}
\ No newline at end of file
......@@ -93,4 +93,18 @@ interface AccessServiceInterface
*/
public function getUserIdsWithoutBusiness($userId);
/**
* 通过用户id获取该用户所在部门的所有用户id
* @param $userId
* @return array|string 如果是全部用户返回'all'字符串
*/
public function getDepartmentUserIdsWithId($userId);
/**
* 通过部门id获取该部门下面所有用户id
* @param $departmentId
* @return mixed
*/
public function getUserIdWithDepartmentId($departmentId);
}
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