Browse Source

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

csx 4 years ago
parent
commit
9598ff1e36
1 changed files with 1 additions and 0 deletions
  1. 1 0
      controllers/sg/his_api_controller.go

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

@@ -452,6 +452,7 @@ 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 456
 	return "", nil
456 457
 
457 458
 }