作者 lyh

gx

@@ -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){