| | |
| | | // 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 |
| | | |
| | | |
| | |
| | | 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); |
| | | } |