Browse Source

Merge branch 'crm/crm_14.3' of http://8.136.199.33:3000/hongze/hz_crm_api into debug

xingzai 1 year ago
parent
commit
bf890b450b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      controllers/cygx/contract_allocation.go

+ 2 - 0
controllers/cygx/contract_allocation.go

@@ -534,6 +534,8 @@ func (this *ContractAllocationController) CompanyContracUpdate() {
 		return
 		return
 	}
 	}
 
 
+	fmt.Println(contractItem.CompanyContractId)
+
 	list := req.List
 	list := req.List
 	var items []*cygx.CygxAllocationCompanyContract
 	var items []*cygx.CygxAllocationCompanyContract
 	var itemsPermission []*cygx.CygxAllocationCompanyContractPermission
 	var itemsPermission []*cygx.CygxAllocationCompanyContractPermission