Commit eca564a1 authored by zhangdongying's avatar zhangdongying

feat: 代码优化

parent c701e9b9
......@@ -84,7 +84,7 @@ class AppOperateLogService
string $before,
string $after,
string $remark = ''
)
): bool
{
return $this->operateLogService->addOperateLog(
make(RequestInterface::class)->header('hwq-request-id', ''),
......@@ -106,7 +106,6 @@ class AppOperateLogService
/**
* 添加系统操作日志
*
* @param string $requestId 请求ID
* @param string $action 方法全路径
* @param string $tableName 表名
* @param string $recordId 记录ID
......@@ -127,7 +126,7 @@ class AppOperateLogService
string $before,
string $after,
string $remark = ''
)
): bool
{
return $this->operateLogService->addOperateLog(
'',
......
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