dbmsv2 init...1
This commit is contained in:
parent
0af2cef113
commit
dff01f8dee
@ -4,7 +4,7 @@ return [
|
||||
'label' => [
|
||||
'user_uid' => "관리자UID",
|
||||
'code' => "고객코드",
|
||||
'site' => "사이틍구분",
|
||||
'site' => "구분",
|
||||
'email' => "메일",
|
||||
'phone' => "연락처",
|
||||
'role' => "권한",
|
||||
|
||||
@ -15,6 +15,7 @@ class ClientProcess implements MigrationProcessInterface
|
||||
public function process(array $row, int $cnt): void
|
||||
{
|
||||
$temps = [];
|
||||
$temps['site'] = 'prime';
|
||||
$temps['code'] = $row['Client_Code'];
|
||||
$temps['user_uid'] = 1;
|
||||
$temps['role'] = $row['Client_Reseller'] == 30 ? "reseller" : "user";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user