Bladeren bron

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

csx 3 jaren geleden
bovenliggende
commit
5191aca978
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      controllers/sg/his_api_controller.go

+ 1 - 1
controllers/sg/his_api_controller.go Bestand weergeven

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