作者 lyh

gx

... ... @@ -49,8 +49,6 @@ class ProjectLogic extends BaseLogic
{
parent::setWith(['payment', 'deploy_build', 'deploy_optimize','online_check']);
var_dump($map);
die();
$list = parent::getList($map, $sort, ['id', 'title', 'mysql_id' ,'channel','cooperate_date' ,'type', 'created_at'], $limit);
$managerLogic = new ManageLogic();
foreach ($list['list'] as &$item){
... ...