Ver código fonte

公司初始化

cqp 1 mês atrás
pai
commit
03fbb646f4
1 arquivos alterados com 1 adições e 1 exclusões
  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,
             ];
         }