1
This commit is contained in:
parent
18e134bb3d
commit
4d9250eeee
@ -10,7 +10,7 @@ class TeamController extends BaseAuthedController {
|
||||
public function createTeam()
|
||||
{
|
||||
$nodeId = getReqVal('node_id', 1);
|
||||
$teamUuid = $nodeId . '_' . md5($this->_getAccountId()) . $this->_getNowTime();
|
||||
$teamUuid = $nodeId . '_' . md5($this->_getAccountId() . $this->_getNowTime());
|
||||
|
||||
$userDb = $this->_getOrmUserInfo();
|
||||
$userDto = User::info($userDb);
|
||||
|
Loading…
x
Reference in New Issue
Block a user