ソースを参照

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 {