deving
This commit is contained in:
@@ -28,10 +28,10 @@ func (r *RuleFactory) RunPrice(code string) {
|
||||
}
|
||||
|
||||
if !check {
|
||||
r.Model.GtAmount = -1
|
||||
r.Model.GtPrice = -1
|
||||
r.Model.AddDesc(fmt.Sprintf("最近%d天, 有价格低于%.2f", LastDay, MinPrice))
|
||||
return
|
||||
}
|
||||
|
||||
r.Model.GtAmount = 1
|
||||
r.Model.GtPrice = 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user