李金换
2023-04-21 cc7487a59bd4b0fa5bed1dd59f6d0565ace81b8b
force-app/main/default/classes/ConsumTrialNotUploadRemindBatch.cls
@@ -105,7 +105,7 @@
        //2021-04-21  mzy  add SFDC点检报告更新逻辑修改 start
        if(!Test.isRunningTest() &&IsNeedExecute==true){
            //batch里调用下一个batch时,希望跟原有的Schedule里面传的条数保持一致
            Id execBTId = Database.executebatch(new UpdateInspectionReportAssetBatch(true),100);
            Id execBTId = Database.executebatch(new UpdateInspectionReportAssetBatch(true),10);
        }
        //2021-04-21  mzy  add SFDC点检报告更新逻辑修改 end