From f35854dd5ed56fcf2bf630e02ad6b05d148a096d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Tue, 11 Aug 2020 10:24:00 +0800 Subject: [PATCH] =?UTF-8?q?actstoresku=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxstore/act/act.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/business/jxstore/act/act.go b/business/jxstore/act/act.go index cdb384c1d..3dd9b95fe 100644 --- a/business/jxstore/act/act.go +++ b/business/jxstore/act/act.go @@ -1531,8 +1531,7 @@ func ChangeJxPriceByDiscountAct(ctx *jxcontext.Context) { skuIDs = append(skuIDs, actStoreSku.SkuID) } storeSkus, _ := dao.GetStoresSkusInfo(db, storeIDs, skuIDs) - for _, storeSku := range storeSkus { - + for _, _ = range storeSkus { //第一档时间内 if (time.Now().Hour() >= 10 && time.Now().Hour() < 20) || (time.Now().Hour() == 20 && time.Now().Minute() < 1) {