From 9e3412941ea49942f651506657d90ab174a4329f Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期二, 17 十月 2023 17:10:36 +0800 Subject: [PATCH] 工单开始或结束时保存待同步任务 --- crontask/cron_task.go | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/crontask/cron_task.go b/crontask/cron_task.go index e462c68..5668ea1 100644 --- a/crontask/cron_task.go +++ b/crontask/cron_task.go @@ -110,6 +110,7 @@ } func SyncTaskStatus() { + //todo } -- Gitblit v1.8.0