Browse Source

Merge branch 'crm/crm_16.8' of http://8.136.199.33:3000/hongze/hz_crm_api into debug

zhangchuanxing 1 month ago
parent
commit
703e89e427
1 changed files with 7 additions and 0 deletions
  1. 7 0
      services/seal/seal.go

+ 7 - 0
services/seal/seal.go

@@ -674,6 +674,13 @@ func GetSealApprovalPageList(condition, joinCondition string, pars []interface{}
 			}
 
 			// 合同编码
+			//if selfContract, has := selfContractMap[item.ContractId]; has {
+			//	list[i].ContractCode = selfContract.ContractCode
+			//} else {
+			//	if item.ProductId == utils.COMPANY_PRODUCT_RAI_ID {
+			//		list[i].ContractCode = item.Code
+			//	}
+			//}
 			if selfContract, has := selfContractMap[item.ContractId]; has {
 				list[i].ContractCode = selfContract.ContractCode
 			}