|
@@ -69,14 +69,15 @@ import (
|
|
|
// "tagname": "标签名称",
|
|
|
// }
|
|
|
var (
|
|
|
- MgoSaveCache = make(chan map[string]interface{}, 1000)
|
|
|
- xlsxArr = []map[string]interface{}{}
|
|
|
- SP = make(chan bool, 5)
|
|
|
- xlsxCount = 0
|
|
|
- SE = util.SimpleEncrypt{Key: "topJYBX2019"}
|
|
|
- ProjectAppidMap = map[string]bool{}
|
|
|
- projectIdMap = sync.Map{}
|
|
|
- FileTextAppidMap = map[string]bool{}
|
|
|
+ MgoSaveCache = make(chan map[string]interface{}, 1000)
|
|
|
+ xlsxArr = []map[string]interface{}{}
|
|
|
+ SP = make(chan bool, 5)
|
|
|
+ xlsxCount = 0
|
|
|
+ SE = util.SimpleEncrypt{Key: "topJYBX2019"}
|
|
|
+ ProjectAppidMap = map[string]bool{}
|
|
|
+ projectIdMap = sync.Map{}
|
|
|
+ FileTextAppidMap = map[string]bool{}
|
|
|
+ CheckBidOpenAppidMap = map[string]bool{}
|
|
|
)
|
|
|
|
|
|
//客户模型
|