This commit is contained in:
aozhiwei 2021-12-13 10:25:31 +08:00
parent 18e134bb3d
commit 4d9250eeee

View File

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