From 6947068a02499b9d1022f9efca5bcf1bdd3f1c70 Mon Sep 17 00:00:00 2001
From: Denny Chen <chenbangcai@prec-tech.com>
Date: 星期一, 28 二月 2022 10:45:11 +0800
Subject: [PATCH] Note test
---
force-app/main/default/classes/SetOlympusCalendarWorkDayBatch.cls | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/force-app/main/default/classes/SetOlympusCalendarWorkDayBatch.cls b/force-app/main/default/classes/SetOlympusCalendarWorkDayBatch.cls
index 0ff85d2..24d6cba 100644
--- a/force-app/main/default/classes/SetOlympusCalendarWorkDayBatch.cls
+++ b/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);
}
}
\ No newline at end of file
--
Gitblit v1.9.1