caipin 1 год назад
Родитель
Сommit
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 {