Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Cong.Zhao
/
musician-api.hikoon.com
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
bccbb4ff
...
bccbb4ff989fa208579526af1a53b17af88c3299
authored
2022-07-15 14:12:25 +0800
by
lemon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
操作人id
1 parent
89ab43e4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
app/Services/IssueService.php
app/Services/IssueService.php
View file @
bccbb4f
...
...
@@ -31,6 +31,7 @@ class IssueService extends Service
$params
[
'data'
]
=
$this
->
request
->
all
();
$params
[
'ext'
]
=
[
'user_id'
=>
$this
->
identifier
->
company_id
,
'operator'
=>
$this
->
identifier
->
user_id
,
'stakeholder_ids'
=>
$this
->
stakeholder_ids
,
];
...
...
Please
register
or
sign in
to post a comment