tuoling805 1 жил өмнө
parent
commit
9d0d603156

+ 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++
 				}
 			}