Browse Source

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

csx 3 years ago
parent
commit
d7675ba2a8
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

2195
 							insutype = "310"
2195
 							insutype = "310"
2196
 						}
2196
 						}
2197
 
2197
 
2198
-						insutype = "390"
2198
+						//insutype = "390"
2199
 						if his.IdCardType == 1 {
2199
 						if his.IdCardType == 1 {
2200
 							cert_no = his.MedicalInsuranceNumber
2200
 							cert_no = his.MedicalInsuranceNumber
2201
 
2201