This commit is contained in:
suyl
2021-08-02 13:47:37 +08:00
parent 2853d14e60
commit e58d009928

View File

@@ -5374,7 +5374,7 @@ func StoreSkuPriceAudit(ctx *jxcontext.Context, storeSkuAudits []*model.StoreSku
skuIDList = append(skuIDList, v.SkuID)
}
}
actList, _ := dao.QueryActs(db, 0, 0, 10, -1, "", -1, []int{model.ActStatusCreated},
actList, _ := dao.QueryActs(db, 0, 0, 1, -1, "", -1, []int{model.ActStatusCreated},
[]int{model.ActSkuDirectDown, model.ActSkuSecKill, model.ActSkuDiscount}, nil, storeAudit.StoreID, skuIDList, 0,
time.Now().AddDate(0, -3, 0), time.Now(), utils.ZeroTimeValue, utils.ZeroTimeValue)
if actList != nil {