From 2d2a6b9d20ae8c5d9fcbedac48b4428f696fa127 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期四, 16 五月 2024 14:46:35 +0800
Subject: [PATCH] 招聘简历打印

---
 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