Commit 1e4b0cfa authored by carlos's avatar carlos

根据用户获取code

parent 2b6241bf
...@@ -57,4 +57,13 @@ interface FlowServiceInterface ...@@ -57,4 +57,13 @@ interface FlowServiceInterface
* DateTime: 2023/1/10 18:02 * DateTime: 2023/1/10 18:02
*/ */
public function getApprovalUserProgress($flowCode, $codeArr); public function getApprovalUserProgress($flowCode, $codeArr);
/**
* Notes: 获取用户审批中的codes
* User: carlos
* DateTime: 2023/1/13 16:56
* @param $user_id
* @param $flowCode
*/
public function getUserApprovalCodes($user_id, $flowCode);
} }
\ No newline at end of file
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