From 941666a9e9e48b0e86140d5e7d81983c7457f0d6 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期四, 30 十一月 2023 11:32:11 +0800 Subject: [PATCH] 保存完成消息时查一下开始时间并存储 --- constvar/const.go | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/constvar/const.go b/constvar/const.go index d426658..10a507d 100644 --- a/constvar/const.go +++ b/constvar/const.go @@ -133,4 +133,5 @@ const ( ReportTypeSystemDeviceID ReportType = 1 + ReportTypeReportWork ReportType = 2 ) -- Gitblit v1.8.0