作者 lyh

gx

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