zhou.xiaoning 3 år sedan
förälder
incheckning
45fda16b39
1 ändrade filer med 1 tillägg och 1 borttagningar
  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 = "是"
 	}