|
|
@@ -176,6 +176,7 @@ public class PatientOperationController {
|
|
|
result.setDoctorId(inviteCodeResult.getDoctorId());
|
|
|
result.setDoctorName(inviteCodeResult.getDoctorName());
|
|
|
result.setTenantName(inviteCodeResult.getTenantName());
|
|
|
+ result.setManage(inviteCodeResult.getResult().getManageType());
|
|
|
return R.success(result);
|
|
|
}
|
|
|
|