彭锟
2022-04-01 216f61fcfdd0bc469cec809c31e4d49c1d86158e
force-app/main/default/classes/LogAutoSendBatch.cls
@@ -248,12 +248,12 @@
            if (strType_c == 'NFM612') {
                NFM612Rest.main(rowData.Id);
            }
            if (strType_c == 'NFM620') {
                NFM620Rest.main(rowData.Id);
            }
            if (strType_c == 'NFM623') {
                NFM623Rest.main(rowData.Id);
            }*/
            // if (strType_c == 'NFM620') {
            //     NFM620Rest.main(rowData.Id);
            // }
            // if (strType_c == 'NFM623') {
            //     NFM623Rest.main(rowData.Id);
            // }
            if (strType_c == 'NFM621') {
                NFM621Controller.execute(rowData, null);
            }
@@ -263,9 +263,12 @@
            if (strType_c == 'NFM622') {
                NFM622Controller.execute(rowData, null);
            }
            // if (strType_c == 'NFM112') {//先款后修pk
            //     NFM112Controller.execute(rowData, null);
            // }
            if (strType_c == 'NFM112') {//先款后修pk
                NFM112Controller.callout(rowData.id,null);
            }
            if (strType_c == 'NFM113') {//先款后修pk
                NFM113Rest.executefuture(rowData.id);
            }
            if (strType_c == 'NFM701') {
                NFM701Controller.execute(rowData, null);
            }