Parcourir la source

公司初始化

cqp il y a 1 mois
Parent
commit
03fbb646f4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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,
             ];
         }