Przeglądaj źródła

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

csx 3 lat temu
rodzic
commit
d7675ba2a8
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      controllers/sg/his_api_controller.go

+ 1 - 1
controllers/sg/his_api_controller.go Wyświetl plik

@@ -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