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