Explorar el Código

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

csx hace 3 años
padre
commit
5191aca978
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      controllers/sg/his_api_controller.go

+ 1 - 1
controllers/sg/his_api_controller.go Ver fichero

@@ -239,7 +239,7 @@ func (c *HisApiController) GetBasBaseInfo() string {
239 239
 		c.ServeFailJSONWithSGJErrorCode(enums.ErrorCodeReadCardException)
240 240
 		return ""
241 241
 	}
242
-	return string(str1)
242
+	return string(str)
243 243
 
244 244
 }
245 245