Selaa lähdekoodia

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

csx 4 vuotta sitten
vanhempi
commit
08ebf266c5
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 5 0
      controllers/sg/his_api_controller.go

+ 5 - 0
controllers/sg/his_api_controller.go Näytä tiedosto

1607
 				if is310 == 1 {
1607
 				if is310 == 1 {
1608
 					insutype = "310"
1608
 					insutype = "310"
1609
 				}
1609
 				}
1610
+
1611
+				if len(insutypes) == 0 {
1612
+					insutype = "310"
1613
+				}
1614
+
1610
 				if his.IdCardType == 1 {
1615
 				if his.IdCardType == 1 {
1611
 					cert_no = his.MedicalInsuranceNumber
1616
 					cert_no = his.MedicalInsuranceNumber
1612
 
1617