Browse Source

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

csx 3 years ago
parent
commit
4be7ec7a2c
1 changed files with 1 additions and 3 deletions
  1. 1 3
      controllers/sg/his_api_controller.go

+ 1 - 3
controllers/sg/his_api_controller.go View File

7787
 		insutype = "310"
7787
 		insutype = "310"
7788
 	}
7788
 	}
7789
 
7789
 
7790
-	if len(insutype_two) > 0 {
7791
-		insutype = insutype_two
7792
-	}
7790
+	insutype = insutype_two
7793
 
7791
 
7794
 	for _, item := range rf {
7792
 	for _, item := range rf {
7795
 		if item.Insutype == insutype {
7793
 		if item.Insutype == insutype {