Commit bb946e8e authored by zhangdongying's avatar zhangdongying

feat: 代码优化

parent 5c6f45f1
......@@ -97,7 +97,7 @@ class AppOperateLogService
*
* @param string $tableName 表名
* @param string|int $recordId 记录ID
* @param string $operateType 操作类型,比如 产品删除/发货单发货 等
* @param string $operateType 操作类型,例如:{主菜单}-{子菜单}-{操作},产品管理-产品列表-产品删除
* @param string|array|Model $param 参数
* @param string|array|Model $before 修改之前数据
* @param string|array|Model $after 修改之后数据
......@@ -138,7 +138,7 @@ class AppOperateLogService
* @param string $action 方法全路径
* @param string $tableName 表名
* @param string|int $recordId 记录ID
* @param string $operateType 操作类型,比如 产品删除/发货单发货 等
* @param string $operateType 操作类型,例如:物流运单推送物流服务商
* @param string|array|Model $param 参数
* @param string|array|Model $before 修改之前数据
* @param string|array|Model $after 修改之后数据
......
......@@ -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