Explorar el Código

BA用户修改资料修改

kevin_zhangl hace 3 años
padre
commit
51b97cf83e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      common/models/forms/BaApproachDeclarationForm.php

+ 1 - 1
common/models/forms/BaApproachDeclarationForm.php

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