Commit 90387521 authored by 王源's avatar 王源 🎧

用户服务基础信息rpc添加更新用户考核方案方法

parent 57b30643
......@@ -137,5 +137,15 @@ interface BaseInfoServiceInterface
*/
public function sites(array $relations = [], array $columns = ['id', "name"]): array;
/**
* 更新用户考核方案
* @param $userId
* @param array $attributes
* 'review_users' => '1,2,3' // 点评人
* 'cc_person' => '1,2,3' // 抄送人
* @return int
*/
public function updateAssessmentPlan($userId, array $attributes);
}
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