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) {