|
...
|
...
|
@@ -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){//建站中
|
...
|
...
|
|