From 156d2f02e6688146b5de0cdbcb638e0b26b56ada Mon Sep 17 00:00:00 2001 From: songliang Date: Sat, 15 Jul 2023 19:30:38 +0800 Subject: [PATCH] ... --- webapp/services/LogService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/services/LogService.php b/webapp/services/LogService.php index a39d3fb3..dc0a6854 100644 --- a/webapp/services/LogService.php +++ b/webapp/services/LogService.php @@ -141,7 +141,7 @@ class LogService extends BaseService } private static function goldRecord($params = []) { - if (isset($params['account_id']) && !empty($params['account_id']) { + if (isset($params['account_id']) && !empty($params['account_id'])) { $account_id = $params['account_id']; } else { $account_id = myself()->_getAccountId();