操作日志记录增加门店相关

This commit is contained in:
苏尹岚
2020-01-17 16:16:56 +08:00
parent 05ebeeb77c
commit 3aec482720
7 changed files with 33 additions and 23 deletions

View File

@@ -44,7 +44,7 @@ var (
"08:00:00",
"18:00:00",
}
createStorePriceTimeList = []string{
createStorePriceTimeList = []string{
"02:00:00",
}
refreshPageActTimeList = []string{
@@ -156,7 +156,7 @@ func Init() {
cms.AutoFocusStoreSkusForTopSkus(jxcontext.AdminCtx, true, true)
}, createStorePriceTimeList)
ScheduleTimerFunc("GetCheckVendorCookie", func() {
event.GetCheckVendorCookie(jxcontext.AdminCtx, []int{0, 1, 3}, true)
event.GetCheckVendorCookie(jxcontext.AdminCtx, []int{0, 1, 3, 102}, true)
}, checkCookieList)
}
ScheduleTimerFunc("AutoSaleStoreSku", func() {