Przeglądaj źródła

BA用户修改资料修改

kevin_zhangl 3 lat temu
rodzic
commit
51b97cf83e

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

@@ -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();