This commit is contained in:
yanweidong
2026-02-03 16:51:45 +08:00
parent a4a38524df
commit f040b969e4

View File

@@ -39,7 +39,7 @@ func main() {
if model.StScore > 0 && model.IndustryScore > 0 && model.GtPrice > 0 && model.GtAmount > 0 && model.GtRoe > 0 { if model.StScore > 0 && model.IndustryScore > 0 && model.GtPrice > 0 && model.GtAmount > 0 && model.GtRoe > 0 {
stratRule.RunAi(code) stratRule.RunAi(code)
} else { } else {
model.AiScrore = -1 model.AiScrore = -2
model.AddDesc("无需AI分析") model.AddDesc("无需AI分析")
} }
} }