force-app/main/default/classes/LogAutoSendBatch.cls
@@ -148,12 +148,14 @@ if (strType_c == 'NFM001') { NFM001Controller.execute(rowData, null); } if (strType_c == 'NFM002') { NFM002WebService.execute(rowData.Id); } if (strType_c == 'NFM006') { NFM006WebService.execute(rowData.Id); } // 清理Apex 20230428 LHJ Start //if (strType_c == 'NFM002') { // NFM002WebService.execute(rowData.Id); //} //if (strType_c == 'NFM006') { // NFM006WebService.execute(rowData.Id); //} // 清理Apex 20230428 LHJ End if (strType_c == 'NFM007') { NFM007Controller.execute(rowData, null); }