From 802726cfecc9ddf84f4d9a7a8b375c53ca96799d Mon Sep 17 00:00:00 2001
From: liaoxujun@qq.com <liaoxujun@qq.com>
Date: 星期二, 02 四月 2024 13:26:15 +0800
Subject: [PATCH] no message

---
 CoreCms.Net.Services/Good/CoreCmsGoodsServices.cs |   16 ++++++++++------
 1 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/CoreCms.Net.Services/Good/CoreCmsGoodsServices.cs b/CoreCms.Net.Services/Good/CoreCmsGoodsServices.cs
index cb0c9e3..b0d34f9 100644
--- a/CoreCms.Net.Services/Good/CoreCmsGoodsServices.cs
+++ b/CoreCms.Net.Services/Good/CoreCmsGoodsServices.cs
@@ -1,10 +1,10 @@
 /***********************************************************************
- *            Project: CoreCms
- *        ProjectName: 鏍稿績鍐呭绠$悊绯荤粺                                
- *                Web: https://www.corecms.net                      
- *             Author: 澶х伆鐏�                                          
- *              Email: jianweie@163.com                                
- *         CreateTime: 2021/1/31 21:45:10
+ *            Project: baifenBinfa
+ *        ProjectName: 鐧惧垎鍏垫硶绠$悊绯荤粺                               
+ *                Web: http://chuanyin.com                     
+ *             Author:                                        
+ *              Email:                               
+ *         CreateTime: 202403/02   
  *        Description: 鏆傛棤
  ***********************************************************************/
 
@@ -821,6 +821,8 @@
                     item.price = o.price - gradePrice; //鍑忓幓浼氬憳绛夌骇浠锋牸
                     item.sku_name_arr = o.spesDesc.Split(",").Select(s => s.Split(":")[1]).ToList();
                     item.stock = o.stock;
+                    item.mktPrice = o.mktprice;
+                    item.selPrice = o.price;
                     if (type == GlobalEnumVars.OrderType.PinTuan.ToString().ToLowerInvariant())
                     {
                         if (isMaxPinTuanGoodsNums)
@@ -869,6 +871,8 @@
                     item.price = o.price - gradePrice; //鍑忓幓浼氬憳绛夌骇浠锋牸
                     item.sku_name_arr = new List<string> { "榛樿" };
                     item.stock = o.stock;
+                    item.mktPrice = o.mktprice;
+                    item.selPrice = o.price;
                     if (type == GlobalEnumVars.OrderType.PinTuan.ToString().ToLowerInvariant())
                     {
                         if (isMaxPinTuanGoodsNums)

--
Gitblit v1.9.1