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