liaofei 2 лет назад
Родитель
Сommit
89de83a4a5
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      crmeb/app/services/system/SystemRouteServices.php

+ 1 - 1
crmeb/app/services/system/SystemRouteServices.php

@@ -170,7 +170,7 @@ class SystemRouteServices extends BaseServices
      * @email 136327134@qq.com
      * @date 2023/4/11
      */
-    public function topCateId(string $app, string $cateName, int $pid)
+    public function topCateId(string $app, string $cateName, int $pid = 0)
     {
         $oneId = app()->make(SystemRouteCateServices::class)->value(['app_name' => $app, 'name' => $cateName, 'pid' => 0], 'id');
         if (!$oneId) {