高章伟
2023-03-03 d8dc84a3d56df839895f1c417a4d9cbee763d262
force-app/main/default/classes/OdsToUserHandler.cls
@@ -69,6 +69,9 @@
                                        || os.Name__c != oldMap.get(os.Id).Name__c || os.Null_Update__c != oldMap.get(os.Id).Null_Update__c
                                        //20220428 you LLIU-CDW5ZW start
                                        || os.PositionSubsequence__c != oldMap.get(os.Id).PositionSubsequence__c 
                                        //20220512 you LLIU-CDW5ZW end
                                        //20220512 you LLIU-CDW5ZW start
                                        || os.Rank__c != oldMap.get(os.Id).Rank__c
                                        //20220428 you LLIU-CDW5ZW end
                                        // SWAG-CBP5DY的历史数据使用空更新处理 thh 20220224 start
                                        || (System.Label.onlyupdate == '1' && UserInfo.getUserId() == '00510000005sEEMAA2'))