项目代码/WMS/WMSServer/WIDESEA_StoragIntegrationServices/MES/Partial/PassPoint.cs
@@ -5,6 +5,8 @@
using WIDESEA_Core.Const;
using WIDESEA_Core.Helper;
using WIDESEA_DTO;
using WIDESEA_Model.Models;
using WIDESEA_RecordService;
using WIDESEA_StorageBasicRepository;
namespace WIDESEA_StoragIntegrationServices
@@ -54,6 +56,9 @@
                    pass_time = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss")
                };
                //璁板綍璇锋眰MES杩囩偣淇℃伅
                _passPointRecordService.AddPassPointRecord(passPoint, json);
                var MESrespon = HttpHelper.PostAsync(wmsIpAddress, passPoint.ToJson(), contentType, headers).Result;
                MesResponse responseContent = JsonConvert.DeserializeObject<MesResponse>(MESrespon.ToString());