feat: 会议选座逻辑优化2
This commit is contained in:
+1
-1
@@ -238,7 +238,7 @@ public class GuildHallMeetingController {
|
||||
}
|
||||
|
||||
private String displayMeetingName(GuildHallMeeting meeting) {
|
||||
return StrUtil.equals(meeting.getCreatedBy(), SecurityUtil.getUserId()) ? meeting.getName() : "****会议";
|
||||
return meeting.getName();
|
||||
}
|
||||
|
||||
@At
|
||||
|
||||
Reference in New Issue
Block a user