Browse Source

Merge branch 'master' of http://git.shengws.com/csx/gdyb

csx 4 years ago
parent
commit
495bd91ec7
1 changed files with 2 additions and 0 deletions
  1. 2 0
      service/gdyb_service.go

+ 2 - 0
service/gdyb_service.go View File

@@ -1867,6 +1867,8 @@ func Gdyb2504(psnNo string, org_name string, doctor string, fixmedins_code strin
1867 1867
 	inputMessage["infno"] = "2504"                   // 交易编码
1868 1868
 	inputData["psn_no"] = psnNo                      // 人员编号 (来自1101接口返回)
1869 1869
 	inputData["trt_dcla_detl_sn"] = trt_dcla_detl_sn // 人员编号 (来自1101接口返回)
1870
+	inputData["memo"] = "撤销备案"                       // 人员编号 (来自1101接口返回)
1871
+
1870 1872
 	input["data"] = inputData
1871 1873
 	inputMessage["input"] = input //交易输入
1872 1874
 	bytesData, err := json.Marshal(inputMessage)