Merge branch 'lite' into sprint/185

This commit is contained in:
zhujinyong
2022-02-17 10:20:50 +08:00
53 changed files with 960 additions and 130 deletions
+1
View File
@@ -517,6 +517,7 @@ class installModel extends model
$admin->realname = $this->post->account;
$admin->password = md5($this->post->password);
$admin->gender = 'f';
$admin->visions = 'rnd,lite';
$this->dao->replace(TABLE_USER)->data($admin)->check('account', 'notempty')->exec();
}
}