Browse Source

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

csx 3 years ago
parent
commit
08ebf266c5
1 changed files with 5 additions and 0 deletions
  1. 5 0
      controllers/sg/his_api_controller.go

+ 5 - 0
controllers/sg/his_api_controller.go View File

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