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