wesmiler hace 1 semana
padre
commit
4bfc8e19c1
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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);
     }
 
     /**