diff --git a/cmd/enterprise.go b/cmd/enterprise.go index 8851715..11341e1 100644 --- a/cmd/enterprise.go +++ b/cmd/enterprise.go @@ -13,11 +13,6 @@ func main() { config.LoadAliPay() global.InitGlobal() - checkIn := worker.NewCheckin(1002) - checkIn.SyncCheckinMonth("") - - return - worker.InitCorp() if err := server.Start(); err != nil {