From d7c7a6e9d05eec7b38b41b8ae39f373f650ca891 Mon Sep 17 00:00:00 2001 From: 移动系统liao <liaoxujun@qq.com> Date: 星期三, 15 五月 2024 14:48:03 +0800 Subject: [PATCH] no message --- CoreCms.Net.Web.Admin/Controllers/Good/CoreCmsGoodsController.cs | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CoreCms.Net.Web.Admin/Controllers/Good/CoreCmsGoodsController.cs b/CoreCms.Net.Web.Admin/Controllers/Good/CoreCmsGoodsController.cs index e447172..583f41c 100644 --- a/CoreCms.Net.Web.Admin/Controllers/Good/CoreCmsGoodsController.cs +++ b/CoreCms.Net.Web.Admin/Controllers/Good/CoreCmsGoodsController.cs @@ -1,7 +1,7 @@ /*********************************************************************** - * Project: CoreCms + * Project: baifenBinfa * ProjectName: 鐧惧垎鍏垫硶绠$悊绯荤粺 - * Web: hhtp://chuanyin.com + * Web: http://chuanyin.com * Author: * Email: * CreateTime: 202403/02 @@ -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