优化积分修改时的备注写入适配多语言

This commit is contained in:
2026-07-27 12:34:34 +08:00
parent 881581a8f0
commit 778cdc01da
5 changed files with 38 additions and 38 deletions

View File

@@ -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',