浏览代码

修改BUG

zhou.xiaoning 3 年之前
父节点
当前提交
45fda16b39
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 = "是"
 	}