Sfoglia il codice sorgente

wip:招标基本信息

wangshan 1 anno fa
parent
commit
f22b0c831c

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