force-app/main/default/classes/IsValidLicenseBatch.cls
@@ -39,7 +39,10 @@
      //2021-03-05  mzy  WLIG-BYHD79  SFDC环境batch合并调查  start
        if(!Test.isRunningTest() &&IsNeedExecute==true){
            //batch里调用下一个batch时,希望跟原有的Schedule里面传的条数保持一致
            Id execBTId = Database.executebatch(new ConsumAutoSelectBatch(true));
            // 20220309 ljh  SFDC-CC73U5 132 动物实验&ET展箱 锁定已过期库存 start
            // Id execBTId = Database.executebatch(new ConsumAutoSelectBatch(true));
            Id execBTId = Database.executebatch(new SetOlympusCalendarWorkDayBatch(true),200);
            // 20220309 ljh  SFDC-CC73U5 132 动物实验&ET展箱 锁定已过期库存 end
        }
        //2021-03-05  mzy  WLIG-BYHD79  SFDC环境batch合并调查 end
   }