Browse Source

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

csx 3 years ago
parent
commit
53b5029e49
1 changed files with 1 additions and 1 deletions
  1. 1 1
      service/hbyb_service.go

+ 1 - 1
service/hbyb_service.go View File

93
 		inputData["mdtrt_cert_type"] = "03" // 就诊凭证类型
93
 		inputData["mdtrt_cert_type"] = "03" // 就诊凭证类型
94
 		inputData["mdtrt_cert_no"] = certNo // 就诊凭证编号
94
 		inputData["mdtrt_cert_no"] = certNo // 就诊凭证编号
95
 	} else {
95
 	} else {
96
-		inputData["mdtrt_cert_type"] = "02" // 就诊凭证类型
96
+		inputData["mdtrt_cert_type"] = "03" // 就诊凭证类型
97
 		inputData["mdtrt_cert_no"] = certNo // 就诊凭证编号
97
 		inputData["mdtrt_cert_no"] = certNo // 就诊凭证编号
98
 	}
98
 	}
99
 
99