Roc %!s(int64=2) %!d(string=hai) anos
pai
achega
2f9718b9be
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      controllers/base_from_cffex.go

+ 1 - 1
controllers/base_from_cffex.go

@@ -90,7 +90,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) {
 		br.Ret = 501
 		br.Success = true
 		br.Msg = "系统处理中,请稍后重试"