From e0dc136e822c06d3e39bbd21bbb5fdd63426c7b5 Mon Sep 17 00:00:00 2001 From: xzb <223@qq.com> Date: Wed, 6 Dec 2023 10:23:00 +0800 Subject: [PATCH] =?UTF-8?q?balise=20detect=20=E9=A2=84=E6=B5=8B=E5=AE=9E?= =?UTF-8?q?=E7=8E=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- third_party/can_btm/balise_btm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/can_btm/balise_btm.go b/third_party/can_btm/balise_btm.go index a8b3378..4272038 100644 --- a/third_party/can_btm/balise_btm.go +++ b/third_party/can_btm/balise_btm.go @@ -184,7 +184,7 @@ func (s *btmCanetClient) dealWithAptReq(f *message.CanetFrame) { //slog.Debug(fmt.Sprintf("处理查询请求:%s", atpReq.String())) // s.btmTime.btmTk = atpReq.Time - s.btmTime.sysTk = time.Now() + s.btmTime.sysTk = now s.atpReqSn = atpReq.FId.ID4 s.atpReqCrc16Check = atpReq.Crc16CheckOk s.baliseDetector.powerAmplifierSwitch = atpReq.PowerAmplifierTurnOn