Commit 0a879949 authored by hj's avatar hj

更新提交

parent 4af3760f
...@@ -297,8 +297,8 @@ class CheMenuService ...@@ -297,8 +297,8 @@ class CheMenuService
public function productSave($productPageContent) public function productSave($productPageContent)
{ {
if(!$productPageContent) return false; if(!$productPageContent || !$productPageContent['content']) return false;
$this->apiService->saveProduct($productPageContent); $this->apiService->saveProduct($productPageContent['content']);
} }
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment