From 2d2a6b9d20ae8c5d9fcbedac48b4428f696fa127 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期四, 16 五月 2024 14:46:35 +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