From d2c2f8432020f254923128cd62c2b67a1d244a0b 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, 10 Aug 2020 17:56:31 +0800 Subject: [PATCH] jxact --- business/jxstore/act/act.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/business/jxstore/act/act.go b/business/jxstore/act/act.go index c3be29a17..cdb384c1d 100644 --- a/business/jxstore/act/act.go +++ b/business/jxstore/act/act.go @@ -1532,9 +1532,7 @@ func ChangeJxPriceByDiscountAct(ctx *jxcontext.Context) { } storeSkus, _ := dao.GetStoresSkusInfo(db, storeIDs, skuIDs) for _, storeSku := range storeSkus { - if storeSku.SkuID == 0 { - } //第一档时间内 if (time.Now().Hour() >= 10 && time.Now().Hour() < 20) || (time.Now().Hour() == 20 && time.Now().Minute() < 1) {