This commit is contained in:
yanweidong
2026-02-12 21:52:32 +08:00
parent 64b2a63fe2
commit 7091f8d6d1

View File

@@ -41,7 +41,7 @@ func Starter(ctx *gin.Context) {
// 加入资金流向特大的标地
var codes []string
impl.DBService.Model(&models.MoneyTotal{}).Where("is_greater_pervious = ? and last3_day_mf_amount>", true, 100000).Pluck("code", &codes)
impl.DBService.Model(&models.MoneyTotal{}).Where("is_greater_pervious = ? and last3_day_mf_amount>?", true, 100000).Pluck("code", &codes)
impl.DBService.Model(&models.StratModel{}).Where("ai_score=-2 and code in ?", codes).Update("ai_score", 0)
strategy.BootAiStart("selector", ymd)