cqp 11 months ago
parent
commit
87fbf7cc82
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Service/ProjectService.php

+ 1 - 1
app/Service/ProjectService.php

@@ -1206,7 +1206,7 @@ class ProjectService extends Service
             }
             }
             $main['children'] = $project_stage_node_mission_detail;
             $main['children'] = $project_stage_node_mission_detail;
 
 
-            return [false, $main];
+            return [true, $main];
         }
         }
 
 
         return [false, '查询类型不存在'];
         return [false, '查询类型不存在'];