This commit is contained in:
xzb 2023-11-27 15:09:10 +08:00
parent 0138e76481
commit c8fb7eb999

View File

@ -161,7 +161,7 @@ func (s *btmCanetClient) dealWithAptReq(f *message.CanetFrame) {
return return
} }
//处理查询请求 //处理查询请求
slog.Debug(fmt.Sprintf("处理查询请求:%s", atpReq.String())) //slog.Debug(fmt.Sprintf("处理查询请求:%s", atpReq.String()))
// //
s.btmTime.btmTk = atpReq.Time s.btmTime.btmTk = atpReq.Time
s.btmTime.sysTk = time.Now() s.btmTime.sysTk = time.Now()