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