Browse Source

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

csx 3 years ago
parent
commit
ab95050216
1 changed files with 0 additions and 5 deletions
  1. 0 5
      service/zh_his_service.go

+ 0 - 5
service/zh_his_service.go View File

@@ -797,11 +797,6 @@ func ZHGdyb2304(psnNo string, mdtrtId string, chrgBchno string, certNo string, i
797 797
 	inputData["insutype"] = insutype           // 险种类型
798 798
 	inputData["invono"] = ""                   // 发票号
799 799
 
800
-	inputData["fulamt_ownpay_amt"] = "" //
801
-	inputData["overlmt_selfpay"] = ""   //
802
-	inputData["preselfpay_amt"] = ""    //
803
-	inputData["inscp_scp_amt"] = ""     //
804
-
805 800
 	input["data"] = inputData
806 801
 	inputMessage["input"] = input //交易输入
807 802