This commit is contained in:
suyl
2021-07-14 13:52:21 +08:00
parent 511528848a
commit f6ce015ef5
3 changed files with 110 additions and 15 deletions

View File

@@ -283,6 +283,12 @@ func Init() {
//同步商品额外前缀和水印图(打标记)
cms.SyncSkuExperfixAndWatermark(jxcontext.AdminCtx)
}, dailyWorkTimeList)
ScheduleTimerFunc("BuildFakeMatterOrder", func() {
orderman.BuildFakeMatterOrder()
}, []string{
"12:00:00",
"23:00:00",
})
ScheduleTimerFunc("doDailyWork2", func() {
//刷新京东会员
report.RefreshJDMembers(jxcontext.AdminCtx)