- 修复UpdateActStatusByTime中的BUG
This commit is contained in:
@@ -165,12 +165,12 @@ func InitEx() {
|
||||
startTimeList = startOpStoreTimeListJXGY
|
||||
stopTimeList = endOpStoreTimeListJXGY
|
||||
}
|
||||
ScheduleTimerFunc(func() {
|
||||
ScheduleTimerFunc("StartOpStore", func() {
|
||||
if !IsImportantTaskRunning(TaskNameSyncStoreSku) {
|
||||
StartOrEndOpStore(true, 0, 0, false, true)
|
||||
}
|
||||
}, startTimeList)
|
||||
ScheduleTimerFunc(func() {
|
||||
ScheduleTimerFunc("EndOpStore", func() {
|
||||
if !IsImportantTaskRunning(TaskNameSyncStoreSku) {
|
||||
StartOrEndOpStore(false, 0, 0, false, true)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user