wesmiler 3 kuukautta sitten
vanhempi
commit
7f98c62b88
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      app/Services/Common/StoreService.php

+ 1 - 1
app/Services/Common/StoreService.php

@@ -202,7 +202,7 @@ class StoreService extends BaseService
             $userRoleService = new UserRoleService();
             $userRoleService = new UserRoleService();
             $userRoleService->deleteUserRole($result);
             $userRoleService->deleteUserRole($result);
             // 插入用户角色关系数据
             // 插入用户角色关系数据
-            $userRoleService->insertUserRole($result, []);
+            $userRoleService->insertUserRole($result, [6]);
 
 
         }
         }