Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
孙龙
/
golang-queue-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
9fc34d71
authored
Oct 22, 2020
by
朱继来
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
添加erp同步字段
parent
17e936c6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
order/jingdiao/main.go
order/jingdiao/main.go
View file @
9fc34d71
...
@@ -181,8 +181,8 @@ func CreateOrder(user_id int, create_time int64) {
...
@@ -181,8 +181,8 @@ func CreateOrder(user_id int, create_time int64) {
}
}
// 添加lie_order
// 添加lie_order
res
,
_
:=
conn
.
Exec
(
"insert into lie_order (order_sn, user_id, order_amount, status, create_time, sale_id, is_type
) values (?, ?, ?, ?, ?, ?,
?)"
,
order
[
"order_sn"
],
res
,
_
:=
conn
.
Exec
(
"insert into lie_order (order_sn, user_id, order_amount, status, create_time, sale_id, is_type
, erp_syn) values (?, ?, ?, ?, ?, ?, ?.
?)"
,
order
[
"order_sn"
],
order
[
"user_id"
],
order
[
"order_amount"
],
order
[
"status"
],
create_time
,
order
[
"sale_id"
],
order
[
"is_type"
])
order
[
"user_id"
],
order
[
"order_amount"
],
order
[
"status"
],
create_time
,
order
[
"sale_id"
],
order
[
"is_type"
]
,
1
)
LastInsertId
,
err
:=
res
.
LastInsertId
()
LastInsertId
,
err
:=
res
.
LastInsertId
()
if
err
!=
nil
{
if
err
!=
nil
{
...
...
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