팀배정 성별, 에버표시

This commit is contained in:
2025-06-19 19:03:04 +09:00
parent 32267893d5
commit 4ce6b4dd68
3 changed files with 95 additions and 12 deletions
+1 -1
View File
@@ -1369,7 +1369,7 @@ exports.getEventParticipants = async (req, res) => {
include: [
{
model: Member,
attributes: ['id', 'name', 'email', 'phone', 'memberType']
attributes: ['id', 'name', 'email', 'phone', 'memberType', 'gender']
}
],
order: [