@ -121,7 +121,7 @@ public class PermissionService {
}
if(type == 1){
String doctorId = param.getString("doctorId");
if(!"doctorId".equals(doctorId)){
if(!userId.equals(doctorId)){
return true;