* Fix create user.

This commit is contained in:
朱金勇
2023-04-12 13:37:48 +08:00
committed by guofeilong
parent 5efdffbaf5
commit ef7d112212
+1
View File
@@ -373,6 +373,7 @@ class userModel extends model
$data = new stdclass();
$data->account = $this->post->account;
$data->group = $groupID;
$data->project = '';
$this->dao->insert(TABLE_USERGROUP)->data($data)->exec();
}
}