Explorar el Código

Merge branch 'cygx/cygx_15_0_1' of http://8.136.199.33:3000/hongze/hongze_cygx into debug

zhangchuanxing hace 6 días
padre
commit
e4bf6982e8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      controllers/config.go

+ 1 - 1
controllers/config.go

@@ -37,7 +37,7 @@ func (this *ConfigController) BrowseHistoryList() {
 		br.ErrMsg = "获取数据失败,Err:" + err.Error()
 		return
 	}
-	strings.Replace(hotSearch, "/", ",", -1)
+	hotSearch = strings.Replace(hotSearch, "/", ",", -1)
 
 	chartList, err := models.GetChartListConfig()
 	if err != nil {