force-app/main/default/classes/AccountTrigger.cls
@@ -495,4 +495,12 @@ } } } //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 }