Commit 5c6f45f1 authored by zhangdongying's avatar zhangdongying

feat: 代码优化

parent 47848bb3
......@@ -41,7 +41,7 @@ class AppOperateLogExample
$this->container->get(AppOperateLogService::class)->addUserOperateLog(
'products',
'1',
'产品更新',
'产品管理-产品列表-产品编辑',
['product_id' => 1, 'name' => 'bbb'],
['id' => 1, 'name' => 'aaa'],
['id' => 2, 'name' => 'bbb']
......@@ -60,7 +60,7 @@ class AppOperateLogExample
'AppOperateLogExample@addSystemOperateLogExample',
'products',
'1',
'产品更新',
'产品管理-产品列表-产品编辑',
['product_id' => 1, 'name' => 'bbb'],
['id' => 1, 'name' => 'aaa'],
['id' => 2, 'name' => 'bbb']
......
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