京东商城同步测试

This commit is contained in:
苏尹岚
2020-06-08 14:54:54 +08:00
parent 6d8e06ee9a
commit f70dc4fceb

View File

@@ -973,7 +973,6 @@ func GetStoreSkusByNameIDs(db *DaoDB, storeIDs []int, nameID int) (skuList []*St
AND a.deleted_at = ?
`
sqlParams := []interface{}{
nameID,
utils.DefaultTimeValue,
}
if nameID != 0 {