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

+ 1 - 0
services/contract_section_tree_service.go

@@ -211,6 +211,7 @@ func (s *contractService) SectionAdd(sectionData *viewmodels.TreeSectionContract
 	sectionCM.ContractPrice = "0"
 	sectionCM.ContractReturned = "0"
 	sectionCM.ContractsPaid = "0"
+	sectionCM.ContractDeductionTotal = "0"
 
 	data, err := s.treeContractDao.Create(sectionCM)
 	if err != nil {