From b1efd0774a533ae223047f4a9f94e71be3175627 Mon Sep 17 00:00:00 2001 From: shanj <18996038927@163.com> Date: Sun, 5 Nov 2023 15:14:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E6=9E=B6=E9=A1=BA=E5=BA=8F=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BBWY.Server.Business/PlatformSDK/JDBusiness.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BBWY.Server.Business/PlatformSDK/JDBusiness.cs b/BBWY.Server.Business/PlatformSDK/JDBusiness.cs index d3b8d073..aaf8c222 100644 --- a/BBWY.Server.Business/PlatformSDK/JDBusiness.cs +++ b/BBWY.Server.Business/PlatformSDK/JDBusiness.cs @@ -990,7 +990,7 @@ namespace BBWY.Server.Business #region 组装上架/改名/设置细节图参数 stepText = "组装上架/改名/设置细节图参数"; - var indexCount = colorSaleAttrs.Count() - 1; + var indexCount = 39;// colorSaleAttrs.Count() - 1; var noUsedIndexList = new List(); bool isClearMainProductSkuList = false; try