1、主单增加减仓、加仓状态
2、bug修复
This commit is contained in:
@ -84,7 +84,7 @@ func SpotOrderLock(db *gorm.DB, v *dto.PreOrderRedisList, item string, spotApi S
|
||||
}
|
||||
|
||||
//判断是否有已触发交易对
|
||||
count, _ := GetSymbolTriggerCount(db, v.Symbol, 2)
|
||||
count, _ := GetSymbolTriggerCount(db, v.Symbol, v.ApiId, 1)
|
||||
|
||||
if count > 0 {
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user