From 3c69868ae407c0cee2bfd4a75f1c62b1854c5c66 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期三, 29 五月 2024 12:42:41 +0800 Subject: [PATCH] 铺货管理 --- CoreCms.Net.Web.Admin/Controllers/Distribution/CoreCmsDistributionOrderController.cs | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CoreCms.Net.Web.Admin/Controllers/Distribution/CoreCmsDistributionOrderController.cs b/CoreCms.Net.Web.Admin/Controllers/Distribution/CoreCmsDistributionOrderController.cs index 5339bfd..4e411ee 100644 --- a/CoreCms.Net.Web.Admin/Controllers/Distribution/CoreCmsDistributionOrderController.cs +++ b/CoreCms.Net.Web.Admin/Controllers/Distribution/CoreCmsDistributionOrderController.cs @@ -1,7 +1,7 @@ /*********************************************************************** - * Project: CoreCms + * Project: baifenBinfa * ProjectName: 鐧惧垎鍏垫硶绠$悊绯荤粺 - * Web: hhtp://chuanyin.com + * Web: http://chuanyin.com * Author: * Email: * CreateTime: 202403/02 @@ -34,9 +34,9 @@ namespace CoreCms.Net.Web.Admin.Controllers { /// <summary> - /// 鍒嗛攢鍟嗚鍗曡褰曡〃 + /// 缁忛攢鍟嗚鍗曡褰曡〃 ///</summary> - [Description("鍒嗛攢鍟嗚鍗曡褰曡〃")] + [Description("缁忛攢鍟嗚鍗曡褰曡〃")] [Route("api/[controller]/[action]")] [ApiController] [RequiredErrorForAdmin] @@ -105,7 +105,7 @@ { where = where.And(p => p.id == id); } - //鐢ㄦ埛鍒嗛攢鍟唅d int + //鐢ㄦ埛缁忛攢鍟唅d int var userId = Request.Form["userId"].FirstOrDefault().ObjectToInt(0); if (userId > 0) { @@ -130,7 +130,7 @@ { where = where.And(p => p.buyUserNickName.Contains(buyUserNickName)); } - //鍒嗛攢鐢ㄦ埛鏄电О nvarchar + //缁忛攢鐢ㄦ埛鏄电О nvarchar var distributorName = Request.Form["distributorName"].FirstOrDefault(); if (!string.IsNullOrEmpty(distributorName)) { @@ -284,7 +284,7 @@ mySheet.SetColumnWidth(0, 10 * 256); var cell1 = headerRow.CreateCell(1); - cell1.SetCellValue("鐢ㄦ埛鍒嗛攢鍟唅d"); + cell1.SetCellValue("鐢ㄦ埛缁忛攢鍟唅d"); cell1.CellStyle = headerStyle; mySheet.SetColumnWidth(1, 10 * 256); @@ -420,7 +420,7 @@ { where = where.And(p => p.id == id); } - //鐢ㄦ埛鍒嗛攢鍟唅d int + //鐢ㄦ埛缁忛攢鍟唅d int var userId = Request.Form["userId"].FirstOrDefault().ObjectToInt(0); if (userId > 0) { @@ -491,7 +491,7 @@ mySheet.SetColumnWidth(0, 10 * 256); var cell1 = headerRow.CreateCell(1); - cell1.SetCellValue("鐢ㄦ埛鍒嗛攢鍟唅d"); + cell1.SetCellValue("鐢ㄦ埛缁忛攢鍟唅d"); cell1.CellStyle = headerStyle; mySheet.SetColumnWidth(1, 10 * 256); -- Gitblit v1.9.1