|
|
@@ -406,7 +406,7 @@ class BaApproachDeclarationForm extends Model
|
|
|
$user->BANK_CITY = $this->bankCity ?? 0;
|
|
|
$user->BANK_COUNTY = $this->bankCounty ?? 0;
|
|
|
$user->CREATED_AT = Date::nowTime();
|
|
|
- $user->STATUS = 1;
|
|
|
+ $user->STATUS = 0;
|
|
|
$user->DEC_LV = $this->decLv;
|
|
|
$user->LAST_DEC_LV = $this->decLv;
|
|
|
$user->EMP_LV = EmployLevel::getDefaultLevelId();
|