Browse Source

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

csx 4 years ago
parent
commit
6d871b0571
1 changed files with 2 additions and 1 deletions
  1. 2 1
      controllers/sg/his_api_controller.go

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

@@ -452,7 +452,8 @@ func GetBasBaseInfo() (jsonStr string, err error) {
452 452
 	fmt.Println(ConvertToString(string(str1), "gbk", "utf-8"))
453 453
 
454 454
 	fmt.Println("> Add(4,5)的结果为:", ret)
455
-	add.Release()
455
+	handle.Release()
456
+
456 457
 	return "", nil
457 458
 
458 459
 }