|
@@ -1315,9 +1315,8 @@ func GetHsbySellCollectionOrders(accountIDs string) ([]HsbySellCollectionOrder,
|
|
|
|
|
|
|
|
engine := db.GetEngine()
|
|
engine := db.GetEngine()
|
|
|
marketIDs := ""
|
|
marketIDs := ""
|
|
|
- // 默认取 TradeMode = 16
|
|
|
|
|
for _, v := range markets {
|
|
for _, v := range markets {
|
|
|
- if v.Trademode == 16 {
|
|
|
|
|
|
|
+ if v.Trademode == 71 || v.Trademode == 70 {
|
|
|
if len(marketIDs) == 0 {
|
|
if len(marketIDs) == 0 {
|
|
|
marketIDs = strconv.Itoa(int(v.Marketid))
|
|
marketIDs = strconv.Itoa(int(v.Marketid))
|
|
|
} else {
|
|
} else {
|