@@ -33,6 +33,7 @@ class CustomerOrder extends Command {
$list = json_decode(json_encode($list),true);
if(count($list) > 0){
$this->page++;
+ sleep(1);
$this->updateOrInsert($list);
$this->getCustomerList();
} else {