caipin 4 년 전
부모
커밋
2d53879e73
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      services/contract_section_tree_service.go

+ 1 - 0
services/contract_section_tree_service.go

@@ -347,6 +347,7 @@ func (s *contractService) makeSectionView(data *models.CmTreeContracts) *viewmod
 	section.IsEnd = false
 
 	section.Name = data.Name
+	section.ContractName = data.ContractName
 	section.ContractCode = data.ContractCode
 	section.ContractPrice = data.ContractPrice
 	section.ContractReturned = data.ContractReturned