소스 검색

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

csx 3 년 전
부모
커밋
4be7ec7a2c
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      controllers/sg/his_api_controller.go

+ 1 - 3
controllers/sg/his_api_controller.go 파일 보기

@@ -7787,9 +7787,7 @@ func (c *HisApiController) PsnPutNCDSOnRecord() {
7787 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 7792
 	for _, item := range rf {
7795 7793
 		if item.Insutype == insutype {