From e619d12682c337aa7ac650f4b9d016b4c1a600d0 Mon Sep 17 00:00:00 2001 From: r0n1n7an Date: Tue, 14 Jan 2025 14:20:26 +0800 Subject: [PATCH] fix bug on preserve values from last record --- ews/ews.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ews/ews.go b/ews/ews.go index b895328..39ed024 100644 --- a/ews/ews.go +++ b/ews/ews.go @@ -430,8 +430,8 @@ func (e *EWS) SetUutInfo(cfg cnf.Cfg, logger *log.Logger, host string, addr stri pn, mo, sku, - params["LINE"], - params["STAGE"], + line, + stage, ui.FirstAck, ui.LastChg, )