|
@@ -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 {
|