Ver código fonte

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

csx 4 anos atrás
pai
commit
9598ff1e36
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      controllers/sg/his_api_controller.go

+ 1 - 0
controllers/sg/his_api_controller.go Ver arquivo

@@ -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
 }