jxact
This commit is contained in:
@@ -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) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user