Browse Source

Merge branch 'hotfix/v4.9.16.1_ws' of qmx/jy into hotfix/v4.9.16.1

wangshan 1 year ago
parent
commit
be9e9778ae
1 changed files with 6 additions and 6 deletions
  1. 6 6
      src/jfw/modules/publicapply/src/detail/restriction/restriction.go

+ 6 - 6
src/jfw/modules/publicapply/src/detail/restriction/restriction.go

@@ -1,16 +1,16 @@
 package restriction
 
 import (
-    "context"
-    "fmt"
-    "log"
-    "sync"
-    "time"
+	"context"
+	"fmt"
+	"log"
+	"sync"
+	"time"
 )
 
 var (
 	ReqLimitMap  = map[string]*ReqLimit{}
-	reqLimitLock *sync.Mutex
+	reqLimitLock = &sync.Mutex{}
 )
 
 type ReqLimit struct {