作者 lyh

gx

@@ -45,7 +45,7 @@ class ProjectLogic extends BaseLogic @@ -45,7 +45,7 @@ class ProjectLogic extends BaseLogic
45 { 45 {
46 46
47 parent::setWith(['payment', 'deploy_build', 'deploy_optimize','online_check']); 47 parent::setWith(['payment', 'deploy_build', 'deploy_optimize','online_check']);
48 - $list = parent::getList($map, $sort, ['id', 'title', 'channel', 'type', 'created_at'], $limit); 48 + $list = parent::getList($map, $sort, ['id', 'title', 'channel','cooperate_date' ,'type', 'created_at'], $limit);
49 foreach ($list['list'] as &$item){ 49 foreach ($list['list'] as &$item){
50 $item = [ 50 $item = [
51 'id' => $item['id'], 51 'id' => $item['id'],