Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
孙龙
/
common-extend
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
9ce8a0f9
authored
Apr 11, 2019
by
李洋
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
。。
parent
17e5319d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
listen-mysql/listen/src/AddEveryMysql.php
listen-mysql/listen/src/AddEveryMysql.php
View file @
9ce8a0f9
...
...
@@ -34,9 +34,10 @@ class AddEveryMysql{
$tmp
=
str_replace
(
'?'
,
'"'
.
'%s'
.
'"'
,
$query
->
sql
);
$tmp
=
vsprintf
(
$tmp
,
$query
->
bindings
);
$tmp
=
str_replace
(
"
\\
"
,
""
,
$tmp
);
\
Log
::
info
(
"host
{
$querys
[
'urls'
][
'host'
]
}
url:
{
$querys
[
'urls'
][
'path'
]
}
method:"
.
$querys
[
'urls'
][
'method'
]
.
" [queryTime:
{
$query
->
time
}
ms]"
.
$tmp
.
"
\n\n\t
"
);
Log
::
info
(
"host
{
$querys
[
'urls'
][
'host'
]
}
url:
{
$querys
[
'urls'
][
'path'
]
}
method:"
.
$querys
[
'urls'
][
'method'
]
.
" [queryTime:
{
$query
->
time
}
ms]"
.
$tmp
.
"
\n\n\t
"
);
// $arr->add("123");
});
...
...
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