tuoling805 hai 1 ano
pai
achega
9d0d603156
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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++
 				}
 			}