рефакторинг. вынес в обобщенную часть бд, но еще не все
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
package Visual_DVM_2021.Passes.All;
|
||||
import Common.Utils.CommonUtils;
|
||||
import Common_old.Current;
|
||||
import _VisualDVM.Global;
|
||||
import Common_old.Utils.Utils;
|
||||
import GlobalData.User.User;
|
||||
import GlobalData.User.UserState;
|
||||
@@ -49,6 +48,6 @@ public class LocalInitaliseUser extends ProcessPass<User> {
|
||||
}
|
||||
//-
|
||||
target.state = UserState.ready_to_work;
|
||||
Global.db.Update(target);
|
||||
CommonUtils.db.Update(target);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user