Skip to content

Commit

Permalink
feat: 멤버 테이블에서 부서 이름 가져오기 (#83)
Browse files Browse the repository at this point in the history
HSjjs98 committed Jul 5, 2024

Verified

This commit was signed with the committer’s verified signature. The key has expired.
DigitalBrains1 Peter Lebbing
1 parent 5d852fe commit 6221f7f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions server/index.js
Original file line number Diff line number Diff line change
@@ -102,9 +102,10 @@ app.get('/api/members/:page', authenticateToken, (req, res) => {
name,
position,
email,
phoneNumber
phoneNumber,
departmentName
FROM
Members
Members
ORDER BY
employeeNumber ASC
LIMIT ?

0 comments on commit 6221f7f

Please sign in to comment.