From 4d9250eeee7178d2a8bb75d48867a79cbecc06eb Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 13 Dec 2021 10:25:31 +0800 Subject: [PATCH] 1 --- webapp/controller/TeamController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/TeamController.class.php b/webapp/controller/TeamController.class.php index f1f3ead..d6944e4 100644 --- a/webapp/controller/TeamController.class.php +++ b/webapp/controller/TeamController.class.php @@ -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);