wesmiler 3 месяцев назад
Родитель
Сommit
7f98c62b88
1 измененных файлов с 1 добавлено и 1 удалено
  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]);
 
         }