From 1cb49b04ae6709e6054c328f5ed12bff9ca014c8 Mon Sep 17 00:00:00 2001
From: 移动系统liao <liaoxujun@qq.com>
Date: 星期二, 12 十一月 2024 09:21:57 +0800
Subject: [PATCH] no message

---
 CoreCms.Net.Web.Admin/Controllers/Good/CoreCmsGoodsController.cs |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/CoreCms.Net.Web.Admin/Controllers/Good/CoreCmsGoodsController.cs b/CoreCms.Net.Web.Admin/Controllers/Good/CoreCmsGoodsController.cs
index a272fcb..583f41c 100644
--- a/CoreCms.Net.Web.Admin/Controllers/Good/CoreCmsGoodsController.cs
+++ b/CoreCms.Net.Web.Admin/Controllers/Good/CoreCmsGoodsController.cs
@@ -309,7 +309,7 @@
             //鑾峰彇鍝佺墝
             var brands = await _brandServices.QueryAsync(true, true);
 
-            //鑾峰彇鍟嗗搧鍒嗛攢鏂瑰紡
+            //鑾峰彇鍟嗗搧缁忛攢鏂瑰紡
             var productsDistributionType = EnumHelper.EnumToList<GlobalEnumVars.ProductsDistributionType>();
 
             jm.data = new
@@ -354,7 +354,7 @@
             //鑾峰彇鐢ㄦ埛绛夌骇
             var userGrade = await _userGradeServices.QueryAsync();
 
-            //鑾峰彇鍟嗗搧鍒嗛攢enum
+            //鑾峰彇鍟嗗搧缁忛攢enum
             var productsDistributionType = EnumHelper.EnumToList<GlobalEnumVars.ProductsDistributionType>();
 
             jm.data = new
@@ -423,7 +423,7 @@
             var products = await _productsServices.QueryListByClauseAsync(p => p.goodsId == model.id && p.isDel == false);
             //鎵╁睍淇℃伅
             var categoryExtend = await _categoryExtendServices.QueryListByClauseAsync(p => p.goodsId == model.id);
-            //鑾峰彇鍟嗗搧鍒嗛攢enum
+            //鑾峰彇鍟嗗搧缁忛攢enum
             var productsDistributionType = EnumHelper.EnumToList<GlobalEnumVars.ProductsDistributionType>();
 
             //鑾峰彇鍙傛暟鍒楄〃
@@ -439,7 +439,7 @@
                 var pIds = products.Select(p => p.id).ToList();
                 if (pIds.Any())
                 {
-                    // 鑾峰彇鍟嗗搧鍒嗛攢鏄庣粏
+                    // 鑾峰彇鍟嗗搧缁忛攢鏄庣粏
                     var pds = await _productsDistributionServices.QueryListByClauseAsync(p => pIds.Contains(p.productsId), p => p.id, OrderByType.Asc);
                     products.ForEach(p =>
                     {
@@ -593,7 +593,7 @@
                 await _productsServices.QueryListByClauseAsync(p => p.goodsId == model.id && p.isDel == false);
             //鎵╁睍淇℃伅
             var categoryExtend = await _categoryExtendServices.QueryListByClauseAsync(p => p.goodsId == model.id);
-            //鑾峰彇鍟嗗搧鍒嗛攢enum
+            //鑾峰彇鍟嗗搧缁忛攢enum
             var productsDistributionType = EnumHelper.EnumToList<GlobalEnumVars.ProductsDistributionType>();
 
 
@@ -611,7 +611,7 @@
                 var pIds = products.Select(p => p.id).ToList();
                 if (pIds.Any())
                 {
-                    // 鑾峰彇鍟嗗搧鍒嗛攢鏄庣粏
+                    // 鑾峰彇鍟嗗搧缁忛攢鏄庣粏
                     var pds = await _productsDistributionServices.QueryListByClauseAsync(p => pIds.Contains(p.productsId), p => p.id, OrderByType.Asc);
                     products.ForEach(p =>
                     {

--
Gitblit v1.9.1