Commit f99150a5 by lzzzzl

增加用户名字段

parent 9de450d7
Showing with 1 additions and 1 deletions
......@@ -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;
......
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 sign in to comment