tuoling805 hace 1 año
padre
commit
93bdb6d007
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      services/init_calculate_index.go

+ 1 - 1
services/init_calculate_index.go

@@ -138,7 +138,7 @@ func InitCalculateIndex() {
 					utils.FileLog.Info("json.Unmarshal 获取计算指标所依赖的基础指标失败:" + err.Error())
 					return
 				}
-				if indexResp.Ret != 200 && !strings.Contains(resp.ErrMsg, "QuerySeter") {
+				if indexResp.Ret != 200 && !strings.Contains(resp.ErrMsg, "no row found") {
 					fmt.Println("获取计算指标所依赖的基础指标失败 Err:" + indexResp.Msg)
 					return
 				}