From ec6945a457526d291e1288f32214fd427870b16a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Mon, 9 Dec 2019 11:44:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A8=E8=8D=90=E5=95=86=E5=93=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/model/dao/store_sku.go | 1 - 1 file changed, 1 deletion(-) diff --git a/business/model/dao/store_sku.go b/business/model/dao/store_sku.go index 1cf0adc2c..1bd6c6127 100644 --- a/business/model/dao/store_sku.go +++ b/business/model/dao/store_sku.go @@ -678,7 +678,6 @@ func GetTopSkusByStoreIDs(db *DaoDB, storeIDs []int) (skuAndNameExt []*SkuAndNam AND a.order_created_at BETWEEN ? and NOW() ` sqlParams := []interface{}{ - utils.DefaultTimeValue, utils.DefaultTimeValue, time.Now().AddDate(0, -1, 0), }