@ -794,7 +794,7 @@ public class PatientController extends WeixinBaseController {
if (status == -1) {
return error(-1, "成员信息查询失败");
} else if (status == -2) {
return error(-1, "家庭成员不存在该人");
return error(-2, "家庭成员不存在该人");
} else {
return write(200, "切换账号成功", "data", result.getJSONObject("data"));
}