|
@@ -89,7 +89,7 @@ func (this *CffexController) Refresh() {
|
|
|
}
|
|
|
|
|
|
cacheKey = utils.CACHE_EDB_DATA_REFRESH + strconv.Itoa(source) + "_" + req.EdbCode
|
|
|
- if utils.Rc.IsExist(cacheKey) {
|
|
|
+ if !utils.Rc.IsExist(cacheKey) {
|
|
|
utils.Rc.SetNX(cacheKey, 1, 1*time.Minute)
|
|
|
|
|
|
// 获取指标详情
|