From ee34cc86f58210fbaf99f48e29a0d4be0386cffd Mon Sep 17 00:00:00 2001 From: tping Date: Wed, 30 Dec 2020 14:47:50 +0800 Subject: [PATCH] 1 --- Application/Admin/Controller/SocietyInfoController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Admin/Controller/SocietyInfoController.class.php b/Application/Admin/Controller/SocietyInfoController.class.php index c92fb18ba..85027a5fe 100644 --- a/Application/Admin/Controller/SocietyInfoController.class.php +++ b/Application/Admin/Controller/SocietyInfoController.class.php @@ -408,7 +408,7 @@ class SocietyInfoController extends ThinkController $inserts[$k-2]['create_time'] = time(); $inserts[$k-2]['update_time'] = time(); $inserts[$k-2]['communication_time'] = time(); - $save['create_account'] = $this->admininfo['username']; + $inserts[$k-2]['create_account'] = $this->admininfo['username']; $gameTypes = explode('/', $v['I']); foreach ($gameTypes as $gameType) {