瀏覽代碼

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

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

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

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