Эх сурвалжийг харах

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

wangshan 1 жил өмнө
parent
commit
be9e9778ae

+ 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 {