|
@@ -286,8 +286,9 @@ func InitBaseIndexDataFromMysteel() {
|
|
|
|
|
|
if mysteelIndexResp.Ret != 200 {
|
|
|
fmt.Println("判断指标是否存在失败,Err:" + mysteelIndexResp.ErrMsg)
|
|
|
- utils.FileLog.Info("判断指标是否存在失败:" + err.Error())
|
|
|
- return
|
|
|
+ //utils.FileLog.Info("判断指标是否存在失败:" + err.Error())
|
|
|
+ //return
|
|
|
+ continue
|
|
|
}
|
|
|
|
|
|
if mysteelIndexResp.Data.BaseFromMysteelChemicalIndexId <= 0 {
|