wesmiler 3 bulan lalu
induk
melakukan
7f98c62b88
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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->deleteUserRole($result);
             // 插入用户角色关系数据
-            $userRoleService->insertUserRole($result, []);
+            $userRoleService->insertUserRole($result, [6]);
 
         }