Commit fa0a82bf authored by zhangdongying's avatar zhangdongying

feat: 代码优化

parent 8d52771f
...@@ -103,7 +103,7 @@ class AppOperateLogService ...@@ -103,7 +103,7 @@ class AppOperateLogService
Auth::id() ?? 0, Auth::id() ?? 0,
Auth::user()['name'] ?? '', Auth::user()['name'] ?? '',
$this->getClientIp(), $this->getClientIp(),
make(RequestInterface::class)->fullUrl(), make(RequestInterface::class)->url(),
$tableName, $tableName,
$recordId, $recordId,
$operateType, $operateType,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment