wesmiler hace 1 semana
padre
commit
2c65bd991f
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      app/Services/Common/GoodsCategoryService.php

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

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