From 850a2643d3c83f0c1b6aa4e0c210c8f3e4604d17 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期五, 17 五月 2024 17:27:22 +0800
Subject: [PATCH] 简历招聘展示
---
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