Browse Source

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

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

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

3825
 								var med_type string
3825
 								var med_type string
3826
 								if his.Insutype == "390" {
3826
 								if his.Insutype == "390" {
3827
 									if reg_type == 14 {
3827
 									if reg_type == 14 {
3828
-										med_type = "14"
3828
+										med_type = "140104"
3829
 									} else if reg_type == 11 {
3829
 									} else if reg_type == 11 {
3830
 										med_type = "11"
3830
 										med_type = "11"
3831
 									}
3831
 									}