From 728465f9b5ee558b5d786f11f235fae0fd1d01b1 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 8 Aug 2024 11:56:45 +0800 Subject: [PATCH] 1 --- webapp/controller/BaseController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/BaseController.class.php b/webapp/controller/BaseController.class.php index 54800748..4eeed3d5 100644 --- a/webapp/controller/BaseController.class.php +++ b/webapp/controller/BaseController.class.php @@ -240,7 +240,7 @@ class BaseController { public function _addLogEx($accountId, $type, $subtype, $params) { - myself()->_addLogEx($accountId, $type, $subtype, $params); + myself()->_callServiceStatic('LogService', 'addGameLogEx', $accountId, $type, $subtype, $params); } public function _getAccountIdByAddress($address)