add client status

pull/13/head
azizi 4 years ago
parent 20a22f1d0c
commit 6ffe337045

@ -237,8 +237,9 @@ class ConvertUsers extends Command
$this->categoriesConfig($userData->category_id, $newUserId); $this->categoriesConfig($userData->category_id, $newUserId);
$this->InsertAddress($userAddress, $userData->id,$newUserId); $this->InsertAddress($userAddress, $userData->id,$newUserId);
$this->insertPhone($userData->phones , $timestamp , $newUserId); $this->insertPhone($userData->phones , $timestamp , $newUserId);
$this->insertToClientStatuses($userData->status);
$count ++; $count ++;
$this->info('success transfer user : '. $newUserId . 'count of add :'.$count); $this->info('success transfer user : '. $newUserId . ' count of add :'.$count);
} }

Loading…
Cancel
Save