高章伟
2022-02-24 2aa8da8af66aa8ae00f25831aed6bb0364176e7b
force-app/main/default/classes/NFM702Controller.cls
@@ -206,8 +206,9 @@
           logstr = ex.getMessage();
           iflog.ErrorLog__c += ex.getMessage() + '\n';
           iflog.ErrorLog__c += ex.getStackTraceString() + '\n';
           rowDataSFDC = NFMUtil.LogAutoSend(rowDataSFDC, null, status);
           if(!Test.isRunningTest()){
                //rowDataSFDC = NFMUtil.LogAutoSend(rowDataSFDC, null, status);
           }
        }
        iflog.Log__c = iflog.Log__c + logstr;