From 64b2a63fe28e49caaa075e63da4b4ee0f6562340 Mon Sep 17 00:00:00 2001 From: yanweidong Date: Thu, 12 Feb 2026 20:38:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=AA=E5=81=9A=E7=83=AD=E9=97=A8=E8=A1=8C?= =?UTF-8?q?=E4=B8=9A=EF=BC=8C=E5=89=94=E9=99=A4=E4=B8=AD=E4=BF=A1=E8=A1=8C?= =?UTF-8?q?=E4=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/logic/restful/starter.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/logic/restful/starter.go b/internal/logic/restful/starter.go index 1b42cdd..d41363b 100644 --- a/internal/logic/restful/starter.go +++ b/internal/logic/restful/starter.go @@ -28,7 +28,7 @@ func Starter(ctx *gin.Context) { stratRule.RunRsi(code) // 过滤无需AI分析 - if model.UpDateDay > 180 && model.StScore > 0 && model.IndustryScore > 0 && model.GtPrice > 0 && model.GtAmount > 0 && model.GtRoe > 0 && model.ScoreRsi > 0 { + if model.UpDateDay > 180 && model.StScore > 0 && model.IndustryScore > 1 && model.GtPrice > 0 && model.GtAmount > 0 && model.GtRoe > 0 && model.ScoreRsi > 0 { model.AiScore = 0 // 待分析 } else { model.AiScore = -2