tuoling805 пре 1 година
родитељ
комит
9d0d603156
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      services/init_calculate_index.go

+ 1 - 1
services/init_calculate_index.go

@@ -146,7 +146,7 @@ func InitCalculateIndex() {
 					fmt.Println("获取计算指标所依赖的基础指标失败 Err:" + indexResp.Msg)
 					return
 				}
-				if resp.Data.EdbInfoId > 0 {
+				if indexResp.Data.EdbInfoId > 0 {
 					total++
 				}
 			}