Procházet zdrojové kódy

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

csx před 3 roky
rodič
revize
d7675ba2a8
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      controllers/sg/his_api_controller.go

+ 1 - 1
controllers/sg/his_api_controller.go Zobrazit soubor

@@ -2195,7 +2195,7 @@ func (c *HisApiController) GetUploadInfo() {
2195 2195
 							insutype = "310"
2196 2196
 						}
2197 2197
 
2198
-						insutype = "390"
2198
+						//insutype = "390"
2199 2199
 						if his.IdCardType == 1 {
2200 2200
 							cert_no = his.MedicalInsuranceNumber
2201 2201