优化积分修改时的备注写入适配多语言
This commit is contained in:
@@ -15,7 +15,7 @@ class PointsLog extends Backend
|
||||
protected ?object $model = null;
|
||||
|
||||
protected array $withJoinTable = ['userAsset', 'admin'];
|
||||
protected array|string $preExcludeFields = ['id', 'before', 'after', 'memo', 'admin_id', 'create_time'];
|
||||
protected array|string $preExcludeFields = ['id', 'before', 'after', 'admin_id', 'create_time'];
|
||||
protected array|string $quickSearchField = [
|
||||
'userAsset.playx_user_id',
|
||||
'userAsset.username',
|
||||
|
||||
Reference in New Issue
Block a user