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

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

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