summaryrefslogtreecommitdiff
path: root/lib/rfq-last
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rfq-last')
-rw-r--r--lib/rfq-last/service.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rfq-last/service.ts b/lib/rfq-last/service.ts
index 52d67280..7ebec795 100644
--- a/lib/rfq-last/service.ts
+++ b/lib/rfq-last/service.ts
@@ -2645,7 +2645,7 @@ export async function getRfqFullInfo(rfqId: number): Promise<RfqFullInfo> {
picCode: rfq.picCode,
picName: rfq.picName,
picUserName: picUser?.name ?? null,
- picTeam: picUser?.department ?? null, // users 테이블에 department 필드가 있다고 가정
+ picTeam: picUser?.deptName ?? null, // users 테이블의 deptName 필드 사용
// 설계 담당자
engPicName: rfq.EngPicName,