高章伟
2022-03-10 8db20630a2675ca14e03ccdee91c614397b5c964
force-app/main/default/classes/SetOlympusCalendarWorkDayBatch.cls
@@ -170,6 +170,6 @@
                totalCount, totalCountDone, failedCount);
            be.send();
        }
        Id execBTId = Database.executeBatch(new InventoryAutoGiveupBatch(), 200);
        Id execBTId = Database.executeBatch(new InventoryAutoGiveupBatch(true), 200);
    }
}