Ver código fonte

修改代码

WH01243 1 mês atrás
pai
commit
92e27073c0
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0 1
      clueSync/everything.go

+ 0 - 1
clueSync/everything.go

@@ -691,7 +691,6 @@ func FindBatchData(moudle string) map[string]interface{} {
 	//数据提取
 	//数据提取
 	keyContent := fmt.Sprintf("data_%s_%s", now, moudle)
 	keyContent := fmt.Sprintf("data_%s_%s", now, moudle)
 	data := redis.Get("newother", keyContent)
 	data := redis.Get("newother", keyContent)
-	return make(map[string]interface{})
 	if data == nil {
 	if data == nil {
 		return make(map[string]interface{})
 		return make(map[string]interface{})
 	} else {
 	} else {