杨张扬
2025-06-16 4a3a2c6ec04cb9680915d29b1a3c9cec6957bf60
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);