wesmiler пре 3 месеци
родитељ
комит
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]);
 
         }