Преглед на файлове

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 {