From ee05e49f9f024becf91de7103f0bd5b007f2df5b Mon Sep 17 00:00:00 2001 From: wufan Date: Mon, 13 Jan 2025 16:28:51 +0800 Subject: [PATCH] :bug: --- TradeManageNew/DD_OrderServiceNew.asmx.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/TradeManageNew/DD_OrderServiceNew.asmx.cs b/TradeManageNew/DD_OrderServiceNew.asmx.cs index 9c8748a..e96e49d 100644 --- a/TradeManageNew/DD_OrderServiceNew.asmx.cs +++ b/TradeManageNew/DD_OrderServiceNew.asmx.cs @@ -28925,11 +28925,11 @@ namespace TradeManageNew Variants = new Variants { Return_quantity = 1, - ImgUrl = imageUrls.Length > 0 ? imageUrls[0] : null, - ImgUrl2 = imageUrls.Length > 0 ? imageUrls[0] : null, - ImgUrl3 = imageUrls.Length > 0 ? imageUrls[0] : null, - ImgUrl4 = imageUrls.Length > 0 ? imageUrls[0] : null, - ImgUrl5 = imageUrls.Length > 0 ? imageUrls[0] : null, + ImgUrl = imageUrls.Count > 0 ? imageUrls[0] : null, + ImgUrl2 = imageUrls.Count > 0 ? imageUrls[0] : null, + ImgUrl3 = imageUrls.Count > 0 ? imageUrls[0] : null, + ImgUrl4 = imageUrls.Count > 0 ? imageUrls[0] : null, + ImgUrl5 = imageUrls.Count > 0 ? imageUrls[0] : null, StoreName = orderUsedSalePlatform.WarehouseLocation == TradeUsedSale.Enums.WarehouseLocation.East ? "E"