This commit is contained in:
songliang 2023-07-15 19:29:40 +08:00
parent 4de8636da4
commit b6d7fc0900

View File

@ -141,10 +141,12 @@ class LogService extends BaseService
}
private static function goldRecord($params = [])
{
if (isset($params['account_id']) && !empty($params['account_id']) {
$account_id = $params['account_id'];
if (empty($account_id)) {
} else {
$account_id = myself()->_getAccountId();
}
// $logInfo['log_class'] = $logInfo['log_class'];
// unset($logInfo['log_class']);
$data = array(