This commit is contained in:
邹宗楠
2023-09-13 09:52:23 +08:00
parent ac5db58c28
commit 69d4bade08
2 changed files with 0 additions and 5 deletions

View File

@@ -164,9 +164,7 @@ func IsImportantTaskRunning(taskName string) bool {
}
func Init() {
globals.SugarLogger.Debugf("========================ScheduleTimerFuncByInterval=")
if globals.IsProductEnv() {
globals.SugarLogger.Debugf("========================ScheduleTimerFuncByInterval=2222")
//ScheduleTimerFunc("doDailyWork2", doDailyWork2, dailyWorkTimeList2)
//京东的订单信息解密密钥获取
@@ -210,7 +208,6 @@ func Init() {
// 每分钟轮询一次,推送骑手信息(假的订单)
ScheduleTimerFuncByInterval(func() {
globals.SugarLogger.Debugf("定时任务推送UpdateFakeWayBillToTiktok := ")
delivery.UpdateFakeWayBillToTiktok()
}, 10*time.Second, 2*time.Minute)