From 01b7b192acc316b4f8969893d1d9bb6369425776 Mon Sep 17 00:00:00 2001 From: joonhoekim <26rote@gmail.com> Date: Thu, 20 Nov 2025 11:53:08 +0900 Subject: (김준회) PO 및 RFQ 관련 구매 피드백 반영 - PO매핑 오류 수정, 스키마 컬럼추가, 숫자포매팅 등 - rfq 담당자 문제 수정 등 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/rfq-last/service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/rfq-last') 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 { 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, -- cgit v1.2.3