Browse Source

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

csx 3 years ago
parent
commit
d8b8a9c43f
1 changed files with 4 additions and 4 deletions
  1. 4 4
      service/zh_his_service.go

+ 4 - 4
service/zh_his_service.go View File

797
 	inputData["insutype"] = insutype           // 险种类型
797
 	inputData["insutype"] = insutype           // 险种类型
798
 	inputData["invono"] = ""                   // 发票号
798
 	inputData["invono"] = ""                   // 发票号
799
 
799
 
800
-	inputData["fulamt_ownpay_amt"] = fulamt_ownpay_amt //
801
-	inputData["overlmt_selfpay"] = overlmt_selfpay     //
802
-	inputData["preselfpay_amt"] = preselfpay_amt       //
803
-	inputData["inscp_scp_amt"] = inscp_scp_amt         //
800
+	inputData["fulamt_ownpay_amt"] = "" //
801
+	inputData["overlmt_selfpay"] = ""   //
802
+	inputData["preselfpay_amt"] = ""    //
803
+	inputData["inscp_scp_amt"] = ""     //
804
 
804
 
805
 	input["data"] = inputData
805
 	input["data"] = inputData
806
 	inputMessage["input"] = input //交易输入
806
 	inputMessage["input"] = input //交易输入