From 1b03179ad6fa84e490c3946b55ef91c2aee551a2 Mon Sep 17 00:00:00 2001 From: jiangyong27 Date: Sun, 14 Jan 2024 21:24:17 +0800 Subject: [PATCH] SyncCheckinDay2 --- cmd/enterprise.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/enterprise.go b/cmd/enterprise.go index 117a008..58a5b3b 100644 --- a/cmd/enterprise.go +++ b/cmd/enterprise.go @@ -7,7 +7,7 @@ import ( "enterprise/worker" ) -func main11() { +func main() { config.LoadServerConfig() global.InitGlobal() @@ -20,7 +20,7 @@ func main11() { } } -func main() { +func main22() { config.LoadServerConfig() global.InitGlobal() //cfg := config.GetConfig()