陈勇
2026-03-30 7154cc02c0fa9ef6786a19da0281bf6982fa61bd
ÏîÄ¿´úÂë/WMS/WMSServer/WIDESEA_StoragIntegrationServices/MES/Partial/PassPoint.cs
@@ -45,7 +45,7 @@
                PassPointInfo passPoint = new PassPointInfo()
                {
                    union_key = Guid.NewGuid().ToString(),
                    line_code = stationInfo.stationEquipMES,  //todo éœ€æ›¿æ¢æˆç‚¹ä½ä¿¡æ¯æ—¶å¯¹åº”MES点位
                    line_code = stationInfo.stationEquipMES,
                    message_time = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"),
                    plant_code = "1052",
                    pvi = json.PVI,
@@ -64,7 +64,7 @@
                }
                LogFactory.GetLog("车身过点").Info(true, $"\r\r--------------------------------------");
                LogFactory.GetLog("车身过点").Info(true, $"工位号:{json.Position},RFID:{json.PVI},响应信息:{responseContent.ToJson}");
                LogFactory.GetLog("车身过点").Info(true, $"工位号:{json.Position},RFID:{json.PVI},响应信息:{MESrespon}");
                return content.OK();
            }