正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -48,7 +48,7 @@ class ProjectLogic extends BaseLogic | @@ -48,7 +48,7 @@ class ProjectLogic extends BaseLogic | ||
| 48 | $list = parent::getList($map, $sort, ['id', 'title', 'mysql_id' ,'channel','cooperate_date' ,'type', 'created_at'], $limit); | 48 | $list = parent::getList($map, $sort, ['id', 'title', 'mysql_id' ,'channel','cooperate_date' ,'type', 'created_at'], $limit); |
| 49 | $managerLogic = new ManageLogic(); | 49 | $managerLogic = new ManageLogic(); |
| 50 | foreach ($list['list'] as &$item){ | 50 | foreach ($list['list'] as &$item){ |
| 51 | - var_dump($item['list']['mysql_id']); | 51 | + var_dump($item['mysql_id']); |
| 52 | // $item = [ | 52 | // $item = [ |
| 53 | // 'id' => $item['id'], | 53 | // 'id' => $item['id'], |
| 54 | // 'title' => $item['title'], | 54 | // 'title' => $item['title'], |
-
请 注册 或 登录 后发表评论