李彤
2022-05-09 82af62a7c78611de4ccdd7b8c1445cd9f5c20bf5
OBSAP
1个文件已修改
6 ■■■■■ 已修改文件
force-app/main/default/classes/NewAndEditLeadController.cls 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
force-app/main/default/classes/NewAndEditLeadController.cls
@@ -171,6 +171,12 @@
            if (mso.containsKey(System.Label.Sales_Method)) { //经销商询价--招标方式
                controller.getRecord().put('Sales_Method__c', mso.get(System.Label.Sales_Method));
            }
            if (mso.containsKey(System.Label.Request)) {
                controller.getRecord().put('Request__c', mso.get(System.Label.Request));
            }
            if (mso.containsKey(System.Label.Request_Detail)) {
                controller.getRecord().put('Request_Detail__c', mso.get(System.Label.Request_Detail));
            }
            // 2022-04-13 来源 jz end 0414 lt
            rtTypeId = ApexPages.currentPage().getParameters().get('RecordType');
            // 20220420 lt OBSAP start