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

+ 1 - 0
services/contract_section_tree_service.go

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