Commit bccbb4ff bccbb4ff989fa208579526af1a53b17af88c3299 by lemon

操作人id

1 parent 89ab43e4
...@@ -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
......