fix bug
This commit is contained in:
@@ -38,6 +38,9 @@ func main() {
|
||||
// 过滤无需AI分析
|
||||
if model.StScore > 0 && model.IndustryScore > 0 && model.GtPrice > 0 && model.GtAmount > 0 && model.GtRoe > 0 {
|
||||
stratRule.RunAi(code)
|
||||
} else {
|
||||
model.AiScrore = -1
|
||||
model.AddDesc("无需AI分析")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user