zhou.xiaoning %!s(int64=3) %!d(string=hai) anos
pai
achega
45fda16b39
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 = "是"
 	}