From c2b4e7c86e790d3880a8da9adeffafb3e6c12145 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期三, 15 五月 2024 09:46:24 +0800
Subject: [PATCH] Merge branch 'master' of http://47.108.235.38:8080/r/baifenbaishop

---
 CoreCms.Net.Services/Good/CoreCmsGoodsServices.cs |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/CoreCms.Net.Services/Good/CoreCmsGoodsServices.cs b/CoreCms.Net.Services/Good/CoreCmsGoodsServices.cs
index 549ec6a..3841395 100644
--- a/CoreCms.Net.Services/Good/CoreCmsGoodsServices.cs
+++ b/CoreCms.Net.Services/Good/CoreCmsGoodsServices.cs
@@ -832,6 +832,8 @@
                         item.price = o.distributionPrice;
                     item.sku_name_arr = o.spesDesc.Split(",").Select(s => s.Split(":")[1]).ToList();
                     item.stock = o.stock;
+                    item.cutMoney = o.cutMoney;
+                    item.distributionCutMoney = o.distributionCutMoney;
                     item.mktPrice = o.mktprice;
                     item.selPrice = o.price;
                     if (type == GlobalEnumVars.OrderType.PinTuan.ToString().ToLowerInvariant())
@@ -886,6 +888,8 @@
                     //item.price = o.price - gradePrice; //鍑忓幓浼氬憳绛夌骇浠锋牸
                     item.sku_name_arr = new List<string> { "榛樿" };
                     item.stock = o.stock;
+                    item.cutMoney = o.cutMoney;
+                    item.distributionCutMoney = o.distributionCutMoney;
                     item.mktPrice = o.mktprice;
                     item.selPrice = o.price;
                     if (type == GlobalEnumVars.OrderType.PinTuan.ToString().ToLowerInvariant())

--
Gitblit v1.9.1