Explorar el Código

公司初始化

cqp hace 1 mes
padre
commit
03fbb646f4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Service/MiddleGroundService.php

+ 1 - 1
app/Service/MiddleGroundService.php

@@ -330,7 +330,7 @@ class MiddleGroundService extends Service
             $return = $this->returnTwo($sysList, $user);
 
             $return = [
-                'one' => [],
+                'one' => $sysList,
                 'two' => $return,
             ];
         }