From b38c91e5cce54e1114ec5968c722c1a1c57bd21a Mon Sep 17 00:00:00 2001
From: 移动系统liao <liaoxujun@qq.com>
Date: 星期五, 21 六月 2024 13:27:00 +0800
Subject: [PATCH] 完成派送订单佣金写入余额逻辑
---
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