作者 李宇航

合并分支 'master-server' 到 'master'

gx异步执行更新列表页



查看合并请求 !1356
... ... @@ -380,7 +380,7 @@ class ProjectController extends BaseController
* @time :2023/8/18 14:44
*/
public function handleParam(&$item){
if(($item['type'] != Project::TYPE_ZERO) && ($item['project_type'] == 0)){
if(($item['type'] != Project::TYPE_ZERO)){
$data = APublicModel::getNumByProjectId($item['id']);
}
if($item['type'] == Project::TYPE_ONE){//建站中
... ...