This commit is contained in:
2026-02-27 13:26:22 +08:00
parent 4dde784047
commit fc5a1be7e1
8 changed files with 47 additions and 40 deletions

View File

@@ -21,7 +21,7 @@ func (r *RuleFactory) RunAmount(code string) {
check := true
for _, row := range data {
if row.Amount < MinPrice {
if row.Amount < MinAmount {
check = false
break
}