高章伟
2022-03-10 823b027c0decb82043c6e39f2d6ef1bb020220b1
force-app/main/default/classes/RadiationUtil.cls
@@ -1,5 +1,7 @@
global class RadiationUtil {
    public static Boolean oldOrder = false;
    public static Boolean EscapeOrderTriggerHandler = true;
    /**
     * [updateRadiationTypeQuantity description]更新代理商证照明细,更新奥林巴斯代理商的证照明细
@@ -10,7 +12,8 @@
     */
    public static void updateRadiationTypeQuantity (String Id, String orderFounder, String dealerId, Boolean toloseFlag, String operationType, String operator) {
        String olympusAccountId = System.label.Olympus_Id;
        String olympusAccountId = oldOrder ? System.label.Olympus_Id : System.label.newOlympus_Id;
        String orderId = Id;
        //获取合同的辐射类型和数量