From 2f4492ee18f90274582fcc2bb06f5e9bf64136e8 Mon Sep 17 00:00:00 2001 From: buli <137736985@qq.com> Date: 星期五, 13 五月 2022 17:32:14 +0800 Subject: [PATCH] ProdBackup0513 --- force-app/main/default/classes/RadiationUtil.cls | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/force-app/main/default/classes/RadiationUtil.cls b/force-app/main/default/classes/RadiationUtil.cls index cfd9051..e39f810 100644 --- a/force-app/main/default/classes/RadiationUtil.cls +++ b/force-app/main/default/classes/RadiationUtil.cls @@ -1,7 +1,5 @@ global class RadiationUtil { - public static Boolean oldOrder = false; - public static Boolean EscapeOrderTriggerHandler = true; /** * [updateRadiationTypeQuantity description]鏇存柊浠g悊鍟嗚瘉鐓ф槑缁嗭紝鏇存柊濂ユ灄宸存柉浠g悊鍟嗙殑璇佺収鏄庣粏 @@ -12,8 +10,7 @@ */ public static void updateRadiationTypeQuantity (String Id, String orderFounder, String dealerId, Boolean toloseFlag, String operationType, String operator) { - - String olympusAccountId = oldOrder ? System.label.Olympus_Id : System.label.newOlympus_Id; + String olympusAccountId = System.label.Olympus_Id; String orderId = Id; //鑾峰彇鍚堝悓鐨勮緪灏勭被鍨嬪拰鏁伴噺 -- Gitblit v1.9.1