李金换
2022-03-21 ca51336f247021aa79b8863522e15e8dee957e19
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);
    }
}