username@email.com
2024-05-29 7a3a4f8012a72f80d8dd62064a76655c803da864
CoreCms.Net.Services/Good/CoreCmsGoodsServices.cs
@@ -552,6 +552,9 @@
                if (product == null) return null;
                good.skuList = await GetCoreCmsProductsView(good, products, userId, isPromotion, type, groupId);
                var coutiscut = products.Where(x => x.isCustomizable == true).Count();
                if (coutiscut > 0)
                    good.isCustomizable = true;
            }
            else
            {
@@ -836,6 +839,7 @@
                    item.distributionCutMoney = o.distributionCutMoney;
                    item.mktPrice = o.mktprice;
                    item.selPrice = o.price;
                    item.isCustomizable = o.isCustomizable;
                    if (type == GlobalEnumVars.OrderType.PinTuan.ToString().ToLowerInvariant())
                    {
                        if (isMaxPinTuanGoodsNums)
@@ -892,6 +896,7 @@
                    item.distributionCutMoney = o.distributionCutMoney;
                    item.mktPrice = o.mktprice;
                    item.selPrice = o.price;
                    item.isCustomizable = o.isCustomizable;
                    if (type == GlobalEnumVars.OrderType.PinTuan.ToString().ToLowerInvariant())
                    {
                        if (isMaxPinTuanGoodsNums)