操作人id
Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -31,6 +31,7 @@ class IssueService extends Service | ... | @@ -31,6 +31,7 @@ class IssueService extends Service | 
| 31 | $params['data'] = $this->request->all(); | 31 | $params['data'] = $this->request->all(); | 
| 32 | $params['ext'] = [ | 32 | $params['ext'] = [ | 
| 33 | 'user_id' => $this->identifier->company_id, | 33 | 'user_id' => $this->identifier->company_id, | 
| 34 | 'operator' => $this->identifier->user_id, | ||
| 34 | 'stakeholder_ids' => $this->stakeholder_ids, | 35 | 'stakeholder_ids' => $this->stakeholder_ids, | 
| 35 | ]; | 36 | ]; | 
| 36 | 37 | ... | ... | 
- 
Please register or sign in to post a comment