From a65303f69de64656e9ccd8bc93bbbe2788378422 Mon Sep 17 00:00:00 2001
From: 杨张扬 <634643841@qq.com>
Date: 星期二, 17 六月 2025 17:28:29 +0800
Subject: [PATCH] 双钱-修改过期时间为0的BUG

---
 api/ApiHelper.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/api/ApiHelper.cs b/api/ApiHelper.cs
index 6046611..d4f7731 100644
--- a/api/ApiHelper.cs
+++ b/api/ApiHelper.cs
@@ -692,7 +692,7 @@
                     return result;
                 }
 
-                model.RfId = WMSHelper.ConvertHexToAscii(model.RfId);
+                model.RfId = WMSHelper.ConvertHexToAscii(model.RfId.Substring(0,16));
 
                 //璇ヤ骇绾跨殑婊℃墭涓嬬嚎浣嶇疆锛岃捣鐐�                 var startPoint = Settings.ProductionLines.FirstOrDefault(a => a.PointOut == model.StartLoc);

--
Gitblit v1.9.1