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

+ 1 - 0
services/contract_section_tree_service.go

@@ -75,6 +75,7 @@ func (s *contractService) SetSection(templateNumber int, bidsectionId int, proje
 		section.ContractPrice = "0"
 		section.ContractReturned = "0"
 		section.ContractsPaid = "0"
+		section.ContractDeductionTotal = "0"
 
 		// err := s.treeContractDao.Create(section)
 		// if err != nil {