zhou.xiaoning 4 lat temu
rodzic
commit
a9975ceb7c
1 zmienionych plików z 1 dodań i 2 usunięć
  1. 1 2
      models/hsby.go

+ 1 - 2
models/hsby.go

@@ -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 {