csx 4 years ago
parent
commit
0888fb168f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      controllers/his_api_controller.go

+ 1 - 0
controllers/his_api_controller.go View File

@@ -223,6 +223,7 @@ func (c *HisApiController) Sscard() {
223 223
 					} else {
224 224
 						c.ServeSuccessJSON(map[string]interface{}{
225 225
 							"patient": patient,
226
+							"his":     his,
226 227
 							"number":  basNumber,
227 228
 						})
228 229
 					}