Browse Source

no message

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

+ 7 - 0
services/seal/seal.go

@@ -696,6 +696,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
 			} else {