From 1b3fb93f787b8b546a307bf063183f5295d183f8 Mon Sep 17 00:00:00 2001 From: binxie <137736985@qq.com> Date: 星期一, 26 六月 2023 16:53:25 +0800 Subject: [PATCH] merge --- force-app/main/default/classes/OCSMHandler.cls | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-) diff --git a/force-app/main/default/classes/OCSMHandler.cls b/force-app/main/default/classes/OCSMHandler.cls index 221da45..10f8cd2 100644 --- a/force-app/main/default/classes/OCSMHandler.cls +++ b/force-app/main/default/classes/OCSMHandler.cls @@ -1,12 +1,15 @@ public with sharing class OCSMHandler extends Oly_TriggerHandler { //LY 2021/11/12 start //骞冲彴绐楀彛1銆�2銆�3浠讳綍涓�涓湁鍙樻洿閮戒細瑙﹀彂瀹㈡埛浜哄憳鎺ュ彛锛屽悜鍏遍�氬钩鍙板彂閫� - public static void OCSMToUser(List<OCM_Management_Province__c> newList, Map<Id, OCM_Management_Province__c> newMap, List<OCM_Management_Province__c> oldList, Map<Id, OCM_Management_Province__c> oldMap){ - + public static void OCSMToUser( + List<OCM_Management_Province__c> newList, + Map<Id, OCM_Management_Province__c> newMap, + List<OCM_Management_Province__c> oldList, + Map<Id, OCM_Management_Province__c> oldMap + ) { OCM_Management_Province__c old = null; List<String> noList = new List<String>(); for (OCM_Management_Province__c local : newList) { - if (Trigger.isInsert) { if (String.isNotBlank(local.OnlinePlatformWindow1__c)) { noList.add(local.OnlinePlatformWindow1__c); @@ -46,11 +49,10 @@ } } } - } if (noList.size() > 0) { - NFM621Controller.callout('', noList); + NFM621Controller.callout('', noList); } } } -//LY 2021/11/12 end \ No newline at end of file +//LY 2021/11/12 end -- Gitblit v1.9.1