高章伟
2022-03-10 8db20630a2675ca14e03ccdee91c614397b5c964
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;