zhou.xiaoning 3 vuotta sitten
vanhempi
commit
45fda16b39
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      service/thjNtf.go

+ 1 - 1
service/thjNtf.go

@@ -72,7 +72,7 @@ func onTHJPurchaseTradeNtf(bytes *[]byte) {
 	}
 	// 交割方式
 	thjdeliverymode := "否"
-	if thjpurchasetradedetail.THJDELIVERYMODE == 1 {
+	if thjpurchasetradedetail.THJDELIVERYMODE == 2 {
 		thjdeliverymode = "是"
 	}