李金换
2022-03-28 9b197b7fac92278fb591ea8f4942c7d5687cb5ce
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);
    }
}