|
@@ -3937,6 +3937,12 @@ func (c *HisApiController) GetUploadInfo() {
|
3937
|
3937
|
} else {
|
3938
|
3938
|
order.MedType = res.Output.Setlinfo.MedType
|
3939
|
3939
|
}
|
|
3940
|
+ if reg_type == 1112 {
|
|
3941
|
+ order.MedType = "1112"
|
|
3942
|
+ }
|
|
3943
|
+ if reg_type == 1111 {
|
|
3944
|
+ order.MedType = "1111"
|
|
3945
|
+ }
|
3940
|
3946
|
order.MedfeeSumamt = res.Output.Setlinfo.MedfeeSumamt
|
3941
|
3947
|
order.FulamtOwnpayAmt = res.Output.Setlinfo.FulamtOwnpayAmt
|
3942
|
3948
|
order.OverlmtSelfPay = res.Output.Setlinfo.OverlmtSelfpay
|
|
@@ -4226,7 +4232,13 @@ func (c *HisApiController) GetUploadInfo() {
|
4226
|
4232
|
order.CvlservFlag = res.Output.Setlinfo.CvlservFlag
|
4227
|
4233
|
order.SetlTime = res.Output.Setlinfo.SetlTime
|
4228
|
4234
|
order.MdtrtCertType = res.Output.Setlinfo.MdtrtCertType
|
4229
|
|
- order.MedType = res.Output.Setlinfo.MedType
|
|
4235
|
+ //order.MedType = res.Output.Setlinfo.MedType
|
|
4236
|
+ if reg_type == 1112 {
|
|
4237
|
+ order.MedType = "1112"
|
|
4238
|
+ }
|
|
4239
|
+ if reg_type == 1111 {
|
|
4240
|
+ order.MedType = "1111"
|
|
4241
|
+ }
|
4230
|
4242
|
order.MedfeeSumamt = res.Output.Setlinfo.MedfeeSumamt
|
4231
|
4243
|
order.FulamtOwnpayAmt = res.Output.Setlinfo.FulamtOwnpayAmt
|
4232
|
4244
|
order.OverlmtSelfPay = res.Output.Setlinfo.OverlmtSelfpay
|