正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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'], |
-
请 注册 或 登录 后发表评论