Browse Source

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

csx 3 years ago
parent
commit
5191aca978
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/sg/his_api_controller.go

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

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