Commit 321075ff authored by zhangdongying's avatar zhangdongying

feat: 代码优化

parent e94d391c
...@@ -58,7 +58,7 @@ class AppOperateLogExample ...@@ -58,7 +58,7 @@ class AppOperateLogExample
public function addSystemOperateLogExample() public function addSystemOperateLogExample()
{ {
$this->container->get(AppOperateLogService::class)->addSystemOperateLog( $this->container->get(AppOperateLogService::class)->addSystemOperateLog(
'product_data_update', 'AppOperateLogExample@addSystemOperateLogExample',
'products', 'products',
'1', '1',
OperateTypeEnum::UPDATE, OperateTypeEnum::UPDATE,
......
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