...
This commit is contained in:
parent
b6d7fc0900
commit
156d2f02e6
@ -141,7 +141,7 @@ class LogService extends BaseService
|
|||||||
}
|
}
|
||||||
private static function goldRecord($params = [])
|
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'];
|
$account_id = $params['account_id'];
|
||||||
} else {
|
} else {
|
||||||
$account_id = myself()->_getAccountId();
|
$account_id = myself()->_getAccountId();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user