Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
meibuyu-common
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
without authentication
meibuyu-common
Commits
bb946e8e
Commit
bb946e8e
authored
Mar 01, 2023
by
zhangdongying
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 代码优化
parent
5c6f45f1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
AppOperateLogService.php
src/GlobalLog/AppOperateLogService.php
+2
-2
AppOperateLogExample.php
src/GlobalLog/Example/AppOperateLogExample.php
+1
-1
No files found.
src/GlobalLog/AppOperateLogService.php
View file @
bb946e8e
...
...
@@ -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 修改之后数据
...
...
src/GlobalLog/Example/AppOperateLogExample.php
View file @
bb946e8e
...
...
@@ -60,7 +60,7 @@ class AppOperateLogExample
'AppOperateLogExample@addSystemOperateLogExample'
,
'products'
,
'1'
,
'
产品管理-产品列表-产品编辑
'
,
'
物流运单推送物流服务商
'
,
[
'product_id'
=>
1
,
'name'
=>
'bbb'
],
[
'id'
=>
1
,
'name'
=>
'aaa'
],
[
'id'
=>
2
,
'name'
=>
'bbb'
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment