高章伟
2023-03-03 d8dc84a3d56df839895f1c417a4d9cbee763d262
force-app/main/default/classes/ConsumApplySplitController.cls
@@ -1,3 +1,10 @@
/**
 * @description       :
 * @author            : ChangeMeIn@UserSettingsUnder.SFDoc
 * @group             :
 * @last modified on  : 04-01-2022
 * @last modified by  : ChangeMeIn@UserSettingsUnder.SFDoc
**/
public with sharing class ConsumApplySplitController {
    /*--------- private ---------*/
@@ -316,8 +323,11 @@
                    // OLY_OCM-583 Start 分单时增加拷贝字段GI本部区分
                    //GI_Diff__c,                      // GI本部区分
                    Assign_Person__c,                // 分配人
                    Is_Special_Rental__c             // 是否特殊申请
                    Is_Special_Rental__c,             // 是否特殊申请
                    // OLY_OCM-583 End
                    //Dennis updated for pi
                    Direct_Shippment_Address_Encrypt__c,
                    Phone_Number_Encrypt__c
                 FROM Consum_Apply__c
                WHERE Id = :this.objId];
    }