This commit is contained in:
yanweidong
2026-02-03 22:04:02 +08:00
parent 815fa9db1a
commit 3f70d5ac01
3 changed files with 7 additions and 7 deletions

View File

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