helongyang
2026-03-31 8fcd7a67e4391a5f1fbdb590c2a3f913aeb2a0a0
´úÂë¹ÜÀí/WMS/WIDESEA_WMSServer/WIDESEA_InboundService/ReceiveOrderService.cs
@@ -295,6 +295,10 @@
                        {
                            throw new Exception(mesResponseContent.StrMsg);
                        }
                        if (mesResponseContent.Content == null)
                        {
                            throw new Exception("QMS返回检验结果为空");
                        }
                        //QMS回传结果
                        ReceiveResultDTO? receiveResult = JsonConvert.DeserializeObject<ReceiveResultDTO>(mesResponseContent.Content.ToString());
                        if (receiveResult == null)