Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
lzzzzl
/
golang_seo_server
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
4c019d59
authored
Dec 10, 2020
by
lzzzzl
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
rabbit消费测试
parent
501f2c3b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
dal/function/fuction.go
dal/function/fuction.go
View file @
4c019d59
...
@@ -155,7 +155,7 @@ func InsertLog(urls string, status string, urlType int) {
...
@@ -155,7 +155,7 @@ func InsertLog(urls string, status string, urlType int) {
for
i
:=
0
;
i
<
len
(
url
);
i
++
{
for
i
:=
0
;
i
<
len
(
url
);
i
++
{
_
,
err1
:=
db
.
SeoDB
.
Exec
(
"INSERT INTO lie_url_log (url,status,url_type,create_time) VALUES (?,?,?,?)"
,
_
,
err1
:=
db
.
SeoDB
.
Exec
(
"INSERT INTO lie_url_log (url,status,url_type,create_time) VALUES (?,?,?,?)"
,
url
[
i
],
status
,
urlType
,
time
.
Now
()
.
Unix
())
url
[
i
],
status
,
urlType
,
time
.
Now
()
.
Unix
())
fmt
.
Println
(
url
[
i
])
fmt
.
Println
(
err1
)
fmt
.
Println
(
err1
)
if
err1
!=
nil
{
if
err1
!=
nil
{
logger
.
Fatal
(
"数据库写入失败 url %s, status %d"
,
url
,
status
)
logger
.
Fatal
(
"数据库写入失败 url %s, status %d"
,
url
,
status
)
...
...
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