...
This commit is contained in:
parent
43c579516a
commit
a622d38b21
@ -153,8 +153,14 @@ class LogService extends BaseService
|
|||||||
);
|
);
|
||||||
return $info;
|
return $info;
|
||||||
}
|
}
|
||||||
private static function goldRecord($account_id)
|
private static function goldRecord($params = [])
|
||||||
{
|
{
|
||||||
|
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'];
|
// $logInfo['log_class'] = $logInfo['log_class'];
|
||||||
// unset($logInfo['log_class']);
|
// unset($logInfo['log_class']);
|
||||||
$data = array(
|
$data = array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user