推荐商品

This commit is contained in:
苏尹岚
2019-12-09 11:44:27 +08:00
parent 45481c825e
commit ec6945a457

View File

@@ -678,7 +678,6 @@ func GetTopSkusByStoreIDs(db *DaoDB, storeIDs []int) (skuAndNameExt []*SkuAndNam
AND a.order_created_at BETWEEN ? and NOW() AND a.order_created_at BETWEEN ? and NOW()
` `
sqlParams := []interface{}{ sqlParams := []interface{}{
utils.DefaultTimeValue,
utils.DefaultTimeValue, utils.DefaultTimeValue,
time.Now().AddDate(0, -1, 0), time.Now().AddDate(0, -1, 0),
} }