Explorar el Código

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

csx hace 3 años
padre
commit
5587203abc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      controllers/sg/his_api_controller.go

+ 1 - 1
controllers/sg/his_api_controller.go Ver fichero

@@ -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 = "14"
3828
+										med_type = "140104"
3829 3829
 									} else if reg_type == 11 {
3830 3830
 										med_type = "11"
3831 3831
 									}