fix bug
This commit is contained in:
@@ -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分析")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user