Browse Source

体积小

XMLWAN 3 years ago
parent
commit
40009ba311
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/xcx_mobile_api_controller.go/xcx_api_controller.go

+ 1 - 1
controllers/xcx_mobile_api_controller.go/xcx_api_controller.go View File

162
 			"is_bind": false,
162
 			"is_bind": false,
163
 		})
163
 		})
164
 	} else if errcodes == nil {
164
 	} else if errcodes == nil {
165
-		info, _ := service.GetMobilePatientInfo(mobile)
165
+		info, _ := service.GetPatientListByPatientId(user_admin.PatientId)
166
 		this.ServeSuccessJSON(map[string]interface{}{
166
 		this.ServeSuccessJSON(map[string]interface{}{
167
 			"patient": info,
167
 			"patient": info,
168
 			"role":    user_admin,
168
 			"role":    user_admin,