chore: [misc] 거래처 통계 수정 + 문서 템플릿 file_id 추가 + 라우트 정리

- ClientService stats() active/inactive 카운트 추가
- DocumentTemplateSection file_id 컬럼 마이그레이션
- 논리 관계 문서 업데이트 (BendingItemMapping 추가)
This commit is contained in:
2026-03-17 13:56:08 +09:00
parent 0863afc8d0
commit 9358c4112e
6 changed files with 86 additions and 12 deletions

View File

@@ -982,6 +982,7 @@ public function formatTemplateForReact(DocumentTemplate $template): array
'name' => $section->title,
'title' => $section->title,
'image_path' => $section->image_path,
'file_id' => $section->file_id,
'sort_order' => $section->sort_order,
'items' => $section->items->map(function ($item) use ($methodCodes) {
// method 코드를 한글 이름으로 변환