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