推荐商品

This commit is contained in:
苏尹岚
2019-12-10 11:54:24 +08:00
parent 414ee3bff6
commit b2ec8980a3

View File

@@ -945,6 +945,7 @@ func GetTopSkusByStoreIDs(db *DaoDB, storeIDs []int) (skuAndNameExt []*SkuAndNam
AND a.deleted_at = ?
`
sqlParams2 := []interface{}{
utils.DefaultTimeValue,
utils.DefaultTimeValue,
v.SkuID,
utils.DefaultTimeValue,