aa
This commit is contained in:
@@ -710,9 +710,6 @@ func GetSkuNames(ctx *jxcontext.Context, keyword string, isBySku, isQueryMidPric
|
||||
SELECT * FROM sku_name_place_bind WHERE name_id = ?
|
||||
`
|
||||
sqlParams2 := []interface{}{skuName.ID}
|
||||
fmt.Println(sql2)
|
||||
fmt.Println(sqlParams2)
|
||||
|
||||
if err = dao.GetRows(db, &places, sql2, sqlParams2); err == nil {
|
||||
for _, v := range places {
|
||||
placeCodes = append(placeCodes, v.PlaceCode)
|
||||
|
||||
Reference in New Issue
Block a user