참가자 명단 핸디캡 가져오기

This commit is contained in:
2025-10-14 15:21:16 +09:00
parent 88b582a280
commit 694fed1b19
+1 -1
View File
@@ -1369,7 +1369,7 @@ exports.getEventParticipants = async (req, res) => {
include: [
{
model: Member,
attributes: ['id', 'name', 'email', 'phone', 'memberType', 'gender']
attributes: ['id', 'name', 'email', 'phone', 'memberType', 'gender', 'handicap']
}
],
order: [