From 890eafcf31f5f8d519bb9e6f9c15303be5328e2d Mon Sep 17 00:00:00 2001
From: KKbes <1620284052@qq.com>
Date: 星期一, 07 八月 2023 10:48:54 +0800
Subject: [PATCH] review
---
force-app/main/default/classes/LexInquiryController.cls | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/force-app/main/default/classes/LexInquiryController.cls b/force-app/main/default/classes/LexInquiryController.cls
index 4d1621f..3c985fe 100644
--- a/force-app/main/default/classes/LexInquiryController.cls
+++ b/force-app/main/default/classes/LexInquiryController.cls
@@ -50,8 +50,8 @@
public static String makeAndUpdateLead(String leadId,String Id,String QuoteIraiId){
Lead res = new Lead();
try{
- res.Id = leadId;
- res.Opp_Name_Search__c = Id;
+ res.Id = Id;
+ res.Opp_Name_Search__c = leadId;
if(QuoteIraiId != ''){
res.LatestQuotationEntrustment__c=QuoteIraiId;
}
--
Gitblit v1.9.1