浏览代码

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 {