From b44e8ae6e8a913444189eb690cc30402d6b11fd4 Mon Sep 17 00:00:00 2001 From: jiangyong27 Date: Wed, 31 Jan 2024 21:02:49 +0800 Subject: [PATCH] new sallary2 --- cmd/enterprise.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/enterprise.go b/cmd/enterprise.go index db406d9..e27973c 100644 --- a/cmd/enterprise.go +++ b/cmd/enterprise.go @@ -7,7 +7,7 @@ import ( "enterprise/worker" ) -func main22() { +func main() { config.LoadServerConfig() global.InitGlobal() @@ -20,7 +20,7 @@ func main22() { } } -func main() { +func main22() { config.LoadServerConfig() global.InitGlobal() //cfg := config.GetConfig()