From 4a3a2c6ec04cb9680915d29b1a3c9cec6957bf60 Mon Sep 17 00:00:00 2001 From: 杨张扬 <634643841@qq.com> Date: 星期一, 16 六月 2025 17:40:15 +0800 Subject: [PATCH] 双钱-复检区合格物料自动回库 --- 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