Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
lzzzzl
/
spiderboard
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
f99150a5
authored
Feb 21, 2020
by
lzzzzl
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
增加用户名字段
parent
9de450d7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/Model/SpiderModel.php
app/Model/SpiderModel.php
View file @
f99150a5
...
...
@@ -268,7 +268,7 @@ class SpiderModel extends Model
foreach
(
$data
[
'data'
]
as
$k
=>
$v
)
{
$data
[
'data'
][
$k
][
'update_time'
]
=
date
(
"Y-m-d H:i:s"
,
$v
[
'update_time'
]);
$data
[
'data'
][
$k
][
'user_name'
]
=
$this
->
saleMan
(
$
user_id
);
$data
[
'data'
][
$k
][
'user_name'
]
=
$this
->
saleMan
(
$
v
[
'user_id'
]
);
}
return
$data
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment