新增未分类的分类

This commit is contained in:
苏尹岚
2020-04-02 09:37:59 +08:00
parent 1e7a5dbc0f
commit 74cf1d755b
4 changed files with 45 additions and 2 deletions

View File

@@ -206,6 +206,9 @@ func Init() {
ScheduleTimerFunc("BackUpStoreSkuBind", func() {
cms.BackUpStoreSkuBind(jxcontext.AdminCtx, true, true)
}, backUpStoreSkuBindList)
ScheduleTimerFunc("SendNoCatSkusToOperater", func() {
cms.SendNoCatSkusToOperater(jxcontext.AdminCtx)
}, autoPayForPopluarManList)
}
ScheduleTimerFunc("AutoSaleStoreSku", func() {
cms.AutoSaleStoreSku(jxcontext.AdminCtx, nil, false)