Commit 78fc44a7 by 朱继来

调整sql

parent 372fb12d
Showing with 1 additions and 1 deletions
......@@ -182,7 +182,7 @@ func CreateOrder(user_id int, create_time int64) {
}
// 添加lie_order
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"],
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"], 1)
LastInsertId, err := res.LastInsertId()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment