根据excel创建标品bug

This commit is contained in:
苏尹岚
2020-04-15 17:31:38 +08:00
parent 51de8ef266
commit a41ae6615e

View File

@@ -356,7 +356,7 @@ func GetUpcDepot(db *DaoDB, upc string) (result *aliupcapi.GetAliUpcInfoResult,
func InsertUpcDepot(db *DaoDB, result *aliupcapi.GetAliUpcInfoResult) (err error) {
sql := `
INSERT INTO upc_depot (code, goods_name, manu_name, manu_address, spec, price, img, goods_type, ycg, trade_mark, remark)
VALUES ?,?,?,?,?,?,?,?,?,?,?
VALUES (?,?,?,?,?,?,?,?,?,?,?)
`
sqlParams := []interface{}{
result.Code,