...
This commit is contained in:
parent
4de8636da4
commit
b6d7fc0900
@ -141,10 +141,12 @@ class LogService extends BaseService
|
||||
}
|
||||
private static function goldRecord($params = [])
|
||||
{
|
||||
$account_id = $params['account_id'];
|
||||
if (empty($account_id)) {
|
||||
if (isset($params['account_id']) && !empty($params['account_id']) {
|
||||
$account_id = $params['account_id'];
|
||||
} else {
|
||||
$account_id = myself()->_getAccountId();
|
||||
}
|
||||
|
||||
// $logInfo['log_class'] = $logInfo['log_class'];
|
||||
// unset($logInfo['log_class']);
|
||||
$data = array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user