1
wangxinhui
2026-01-29 c67c39f00fde325f3ff3f407c6b8b7416d5152c1
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_OutboundService/ProOutOrderService.cs
@@ -135,6 +135,11 @@
                            {
                                return content.Error($"璁㈠崟{item.SaleOrder}缁堢瀹㈡埛鑾峰彇澶辫触!");
                            }
                            // 鏂板锛氬垽鏂璂ata鏄惁涓虹┖闆嗗悎
                            if (responseContent.Data == null || responseContent.Data.Count == 0)
                            {
                                return content.Error($"璁㈠崟{item.SaleOrder}鍦‥RP涓棤瀵瑰簲缁堢瀹㈡埛鏁版嵁!");
                            }
                            //鍒ゆ柇缁堢瀹㈡埛鏄惁瀛樺湪
                            Dt_CustomerInfo? customerInfoEnd = customerInfos.Where(x => x.Code == responseContent.Data[0].Endcustomer).FirstOrDefault();
                            if (customerInfoEnd == null)