| | |
| | | } |
| | | } else { |
| | | classMap.put(rd.Department_Class__c,rd.Department_Name__c); |
| | | accountDep.add(rd.Department_Class__c); |
| | | if(rd.Department_Class__c != null) //zhj 2022-12-21 |
| | | accountDep.add(rd.Department_Class__c); |
| | | dpartmentMap.put(rd.Department_Class__c + rd.Department_Name__c,rd); |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | } |
| | | //SWAG-CGG7UK【委托】 【P-OBSAP经销商协议】经销商协议所有人的修改权限 fy start |
| | | public static void UpdateSalesAssistant(List<Account> newList, Map<Id, Account> newMap, List<Account> oldList, Map<Id, Account> oldMap) { |
| | | // for(Account account : newList){ |
| | | // } |
| | | System.debug('newList[0]'+newList[0]); |
| | | System.debug('newList[0].OCM_man_province_HP__c'+newList[0].OCM_man_province_HP__c); |
| | | } |
| | | //SWAG-CGG7UK【委托】 【P-OBSAP经销商协议】经销商协议所有人的修改权限 fy end |
| | | } |