dev
vine_liutk 2022-11-21 15:16:51 +08:00
parent b4d4b022c8
commit c351cc169f
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class OperationLogService
'user_name' => $user?->name ?? '',
'message' => $message,
'data_type' => $model ? $model::class : '',
'data_id' => $model?->id ?? '',
'data_id' => $model?->id ?? null,
'type' => $type,
'input_data' => $parms,
'created_at' => now(),