From 1157a0293f75d4c4a16cebf162f6671715904fe5 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期四, 02 十一月 2023 19:11:39 +0800
Subject: [PATCH] fix

---
 api/v1/plc.go |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/api/v1/plc.go b/api/v1/plc.go
index 14750bc..a02e6f8 100644
--- a/api/v1/plc.go
+++ b/api/v1/plc.go
@@ -46,6 +46,9 @@
 	}
 	resp.PlcStatus = plcStatus
 
+	resp.RealStartTime = service.TaskStartTimeGet(params.Channel)
+	resp.RealEndTime = service.TaskEndTimeGet(params.Channel)
+
 	ctx.OkWithDetailed(resp)
 }
 

--
Gitblit v1.8.0