deploy: 2026-03-11 배포
- feat: QMS 감사 체크리스트 (AuditChecklist CRUD, 카테고리/항목/표준문서 모델, 마이그레이션) - feat: QMS LOT 감사 (QmsLotAudit 컨트롤러/서비스, 확인/문서상세 FormRequest) - fix: CalendarService, MemberService 수정 - chore: QualityDocumentLocation options 컬럼 추가, tenant_id 마이그레이션, 품질 더미데이터 시더
This commit is contained in:
@@ -231,6 +231,7 @@ public static function getUserInfoForLogin(int $userId): array
|
||||
$dept = DB::table('departments')->where('id', $profile->department_id)->first();
|
||||
if ($dept) {
|
||||
$userInfo['department'] = $dept->name;
|
||||
$userInfo['department_id'] = $dept->id;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user