[ server ] [ scheduler ]- script scheduler accomplish - 1

This commit is contained in:
zeaslity
2023-02-06 14:10:32 +08:00
parent d23608dec3
commit 2fb0252b15
5 changed files with 20 additions and 7 deletions

View File

@@ -26,7 +26,7 @@ public class QuartzSchedulerUtils {
* @param scriptSchedulerDTO dto
* @return dto中存储的 未来ExecutionKey对象
*/
public HashMap<String, String> getFutureExecutionResultKey(ScriptSchedulerDTO scriptSchedulerDTO) {
public HashMap<String, String> generateAndSetFutureExecutionResultKey(ScriptSchedulerDTO scriptSchedulerDTO) {
ArrayList<LocalDateTime> time = getLastNextExecutionTime(
scriptSchedulerDTO.getSchedulerUuid(),