diff --git a/main.go b/main.go index 9485047cf..6d77b0f82 100644 --- a/main.go +++ b/main.go @@ -145,9 +145,9 @@ func main() { return } - if globals.IsProductEnv() { - orderman.SaveJdsOrders(nil, time.Now().Add(-2*time.Hour), time.Now()) - } + // if globals.IsProductEnv() { + // orderman.SaveJdsOrders(nil, time.Now().Add(-2*time.Hour), time.Now()) + // } orderman.LoadPendingOrders() // 延时的原因是等回调准备好