高章伟
2023-03-03 d8dc84a3d56df839895f1c417a4d9cbee763d262
force-app/main/default/classes/NFM607Rest.cls
@@ -30,14 +30,14 @@
        // add 加密字段索引 add 20220210
        public String DataId; //加密字段索引
        //add 加密字段密文 20220210
        public String customerNmEncrypted;
        //public String customerNmEncrypted;        //zhj新方案改造 2022-12-07
           //add             wangweipeng         2022/02/14      start
        public String customerTel;//客户手机号码
        public String workPlace;//工作场所
           //add             wangweipeng         2022/02/14      end
        //add 20220216 sushanhu start   
        public String customerTelEncrypted;
        public String workPlaceEncrypted;
        //public String customerTelEncrypted;       //zhj新方案改造 2022-12-07
        //public String workPlaceEncrypted;         //zhj新方案改造 2022-12-07
        // add 20220216 sushanhu end
@@ -196,10 +196,10 @@
                    ASEAct.WorkPlace__c = ged.workPlace;//工作场所
                    //add             wangweipeng         2022/02/14      end
                    ASEAct.AWS_Data_Id__c =ged.DataId;//加密索引 20220207
                    ASEAct.VisitStaffEncrypt__c=ged.customerNmEncrypted;//密文 20220207
                    //ASEAct.VisitStaffEncrypt__c=ged.customerNmEncrypted;//密文 20220207   //zhj 新方案改造 2022-12-09
                   //add sushanhu 2022/02/16 sart
                   ASEAct.CustomerTel_Encrypted__c=ged.customerTelEncrypted;
                   ASEAct.WorkPlace_Encrypted__c =ged.workPlaceEncrypted;
                   //ASEAct.CustomerTel_Encrypted__c=ged.customerTelEncrypted;  //zhj 新方案改造 2022-12-09
                   //ASEAct.WorkPlace_Encrypted__c =ged.workPlaceEncrypted;     //zhj 新方案改造 2022-12-09
                    //add sushanhu 2022/02/16 end
                    upsertASEList.add(ASEAct);
                }