Commit 62570244 authored by hj's avatar hj

更新提交

parent c8df81a8
...@@ -136,6 +136,10 @@ class CheMenuService ...@@ -136,6 +136,10 @@ class CheMenuService
'method' => 'productPage' 'method' => 'productPage'
]; ];
$this->apiService->pushQueue($productJobContent,'chemenu_product_page'); $this->apiService->pushQueue($productJobContent,'chemenu_product_page');
$cmd = 'pkill chemenu_product_page');
trim(shell_exec("$cmd 2>&1"));
return true; return true;
} }
$productPageContent = []; $productPageContent = [];
......
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