Pārlūkot izejas kodu

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

csx 3 gadus atpakaļ
vecāks
revīzija
08ebf266c5
1 mainītis faili ar 5 papildinājumiem un 0 dzēšanām
  1. 5 0
      controllers/sg/his_api_controller.go

+ 5 - 0
controllers/sg/his_api_controller.go Parādīt failu

@@ -1607,6 +1607,11 @@ func (c *HisApiController) GetUploadInfo() {
1607 1607
 				if is310 == 1 {
1608 1608
 					insutype = "310"
1609 1609
 				}
1610
+
1611
+				if len(insutypes) == 0 {
1612
+					insutype = "310"
1613
+				}
1614
+
1610 1615
 				if his.IdCardType == 1 {
1611 1616
 					cert_no = his.MedicalInsuranceNumber
1612 1617