csx 4 年之前
父節點
當前提交
75ce184a8d
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      controllers/sg/his_api_controller.go

+ 0 - 4
controllers/sg/his_api_controller.go 查看文件

@@ -86,10 +86,6 @@ func (c *HisApiController) TestGetBasBaseInfo() {
86 86
 	fmt.Println(" Add(4,5)的结果为:", ret2)
87 87
 	fmt.Println(" str:", str)
88 88
 	fmt.Println(" str1:", str1)
89
-	str = nil
90
-	str1 = nil
91
-	str = make([]byte, 256)
92
-	str1 = make([]byte, 256)
93 89
 	runtime.GC()
94 90
 	if err2 != nil {
95 91
 		fmt.Println("SSCard的运算结果为:", ret2)