Commit 941e6b20 authored by hangjun83's avatar hangjun83

队列更新

parent 886dcaed
...@@ -58,7 +58,7 @@ class WuxiLabJobCommand extends Command ...@@ -58,7 +58,7 @@ class WuxiLabJobCommand extends Command
} }
$service = app(WuxiLabService::class); $service = app(WuxiLabService::class);
switch($this->action_type){ switch($action_type){
case 'initProductToExcel' : case 'initProductToExcel' :
if(!isset($params) || $params == 0){ if(!isset($params) || $params == 0){
$params['limit'] = 1000; $params['limit'] = 1000;
......
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