diff --git a/business/jxstore/cms/store_sku.go b/business/jxstore/cms/store_sku.go index 05c2d0e53..98d4c4a16 100644 --- a/business/jxstore/cms/store_sku.go +++ b/business/jxstore/cms/store_sku.go @@ -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 {