wesmiler 6 days ago
parent
commit
4bfc8e19c1
1 changed files with 2 additions and 1 deletions
  1. 2 1
      app/Services/Common/GoodsCategoryService.php

+ 2 - 1
app/Services/Common/GoodsCategoryService.php

@@ -159,7 +159,8 @@ class GoodsCategoryService extends BaseService
 
         // 保存数据
         //var_dump($param);
-        return parent::edit($param);
+        $result = parent::edit($param);
+        dump($result);
     }
 
     /**