Browse Source

修改添加分类

liaofei 2 years ago
parent
commit
89de83a4a5
1 changed files with 1 additions and 1 deletions
  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) {