This commit is contained in:
苏尹岚
2020-09-18 14:47:30 +08:00
parent 7a51e5675d
commit 7c082d1b67
5 changed files with 45 additions and 7 deletions

View File

@@ -267,6 +267,8 @@ func Init() {
ScheduleTimerFunc("ChangeJxPriceByDiscountAct", func() {
act.ChangeJxPriceByDiscountAct(jxcontext.AdminCtx)
}, discountActJxList)
ScheduleTimerFunc("RefreshUserMemberStatus", func() {
}, updateActStatusTimeList)
}
ScheduleTimerFunc("AutoSaleStoreSku", func() {
cms.AutoSaleStoreSku(jxcontext.AdminCtx, nil, false)