fix bug
This commit is contained in:
@@ -24,7 +24,7 @@ type StratModel struct {
|
||||
RoeScore int // ROE 是否大于设定值
|
||||
ValRoe float64 // ROE 值
|
||||
RecommendDesc string // 推荐描述
|
||||
Status int // 状态 -1:不推荐,0:正常 1:推荐
|
||||
Status int // 状态 -1:不推荐,0:未处理, 1:推荐待指标分析, 2:待AI分析
|
||||
|
||||
// macd
|
||||
MacdScore int `gorm:"default:0"`
|
||||
|
||||
Reference in New Issue
Block a user