Browse Source

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

csx 3 years ago
parent
commit
d8005d45e0
1 changed files with 5 additions and 5 deletions
  1. 5 5
      controllers/sg/his_api_controller.go

+ 5 - 5
controllers/sg/his_api_controller.go View File

@@ -3328,7 +3328,7 @@ func (c *HisApiController) GetUploadInfo() {
3328 3328
 					var med_type string
3329 3329
 					if his.Insutype == "390" {
3330 3330
 						if reg_type == 14 {
3331
-							med_type = "990502"
3331
+							med_type = "9933"
3332 3332
 						} else if reg_type == 11 {
3333 3333
 							med_type = "11"
3334 3334
 
@@ -3825,7 +3825,7 @@ func (c *HisApiController) GetUploadInfo() {
3825 3825
 								var med_type string
3826 3826
 								if his.Insutype == "390" {
3827 3827
 									if reg_type == 14 {
3828
-										med_type = "990502"
3828
+										med_type = "9933"
3829 3829
 									} else if reg_type == 11 {
3830 3830
 										med_type = "11"
3831 3831
 									}
@@ -4126,7 +4126,7 @@ func (c *HisApiController) GetUploadInfo() {
4126 4126
 					var med_type string
4127 4127
 					if his.Insutype == "390" {
4128 4128
 						if reg_type == 14 {
4129
-							med_type = "990502"
4129
+							med_type = "9933"
4130 4130
 						} else if reg_type == 11 {
4131 4131
 							med_type = "11"
4132 4132
 						}
@@ -4911,7 +4911,7 @@ func (c *HisApiController) GetPreUploadInfo() {
4911 4911
 				var med_type string
4912 4912
 				if his.Insutype == "390" {
4913 4913
 					if reg_type == 14 {
4914
-						med_type = "990502"
4914
+						med_type = "9933"
4915 4915
 					} else if reg_type == 11 {
4916 4916
 						med_type = "11"
4917 4917
 					}
@@ -5350,7 +5350,7 @@ func (c *HisApiController) GetPreUploadInfo() {
5350 5350
 							var med_type string
5351 5351
 							if his.Insutype == "390" {
5352 5352
 								if reg_type == 14 {
5353
-									med_type = "990502"
5353
+									med_type = "9933"
5354 5354
 								} else if reg_type == 11 {
5355 5355
 									med_type = "11"
5356 5356
 								}