Next Member Shopping
This commit is contained in:
parent
fb27009339
commit
16fe2fa363
23 changed files with 619 additions and 334 deletions
|
|
@ -97,6 +97,10 @@ class LeadController extends Controller
|
|||
}
|
||||
}
|
||||
$next_account_id = UserAccount::max('m_account') +1;
|
||||
if($user->account->m_account === null){
|
||||
$user->account->m_account = $next_account_id;
|
||||
}
|
||||
|
||||
$data = [
|
||||
'show' => 'check_lead',
|
||||
'user' => $user,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue