chore: [misc] 거래처 통계 수정 + 문서 템플릿 file_id 추가 + 라우트 정리
- ClientService stats() active/inactive 카운트 추가 - DocumentTemplateSection file_id 컬럼 마이그레이션 - 논리 관계 문서 업데이트 (BendingItemMapping 추가)
This commit is contained in:
@@ -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 코드를 한글 이름으로 변환
|
||||
|
||||
Reference in New Issue
Block a user