This commit is contained in:
suyl
2021-05-19 16:56:46 +08:00
parent 5d44dfc76c
commit 07ebec3775
3 changed files with 86 additions and 2 deletions

View File

@@ -299,6 +299,12 @@ func Init() {
}, []string{
"22:00:00",
})
//刷新门店数据坐标等
ScheduleTimerFunc("RefreshPageStore", func() {
cms.RefreshPageStore()
}, []string{
"20:00:00",
})
}
if configs, err := dao.QueryConfigs(dao.GetDB(), "ebaiStorePageCookie", model.ConfigTypeCookie, ""); err == nil {
ebaiStorePageCookie = configs[0].Value