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<int>();
                     bool isClearMainProductSkuList = false;
                     try