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
5c6f45f1
Commit
5c6f45f1
authored
Mar 01, 2023
by
zhangdongying
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 代码优化
parent
47848bb3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
AppOperateLogExample.php
src/GlobalLog/Example/AppOperateLogExample.php
+2
-2
No files found.
src/GlobalLog/Example/AppOperateLogExample.php
View file @
5c6f45f1
...
@@ -41,7 +41,7 @@ class AppOperateLogExample
...
@@ -41,7 +41,7 @@ class AppOperateLogExample
$this
->
container
->
get
(
AppOperateLogService
::
class
)
->
addUserOperateLog
(
$this
->
container
->
get
(
AppOperateLogService
::
class
)
->
addUserOperateLog
(
'products'
,
'products'
,
'1'
,
'1'
,
'产品
更新
'
,
'产品
管理-产品列表-产品编辑
'
,
[
'product_id'
=>
1
,
'name'
=>
'bbb'
],
[
'product_id'
=>
1
,
'name'
=>
'bbb'
],
[
'id'
=>
1
,
'name'
=>
'aaa'
],
[
'id'
=>
1
,
'name'
=>
'aaa'
],
[
'id'
=>
2
,
'name'
=>
'bbb'
]
[
'id'
=>
2
,
'name'
=>
'bbb'
]
...
@@ -60,7 +60,7 @@ class AppOperateLogExample
...
@@ -60,7 +60,7 @@ class AppOperateLogExample
'AppOperateLogExample@addSystemOperateLogExample'
,
'AppOperateLogExample@addSystemOperateLogExample'
,
'products'
,
'products'
,
'1'
,
'1'
,
'产品
更新
'
,
'产品
管理-产品列表-产品编辑
'
,
[
'product_id'
=>
1
,
'name'
=>
'bbb'
],
[
'product_id'
=>
1
,
'name'
=>
'bbb'
],
[
'id'
=>
1
,
'name'
=>
'aaa'
],
[
'id'
=>
1
,
'name'
=>
'aaa'
],
[
'id'
=>
2
,
'name'
=>
'bbb'
]
[
'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