From b6349cb2b3a868c8c917ca221bb7eaf6f272bdd2 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期一, 22 八月 2022 10:59:55 +0800
Subject: [PATCH] 功能模块添加过滤器

---
 VueWebApi/Controllers/QualityManagementController.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/VueWebApi/Controllers/QualityManagementController.cs b/VueWebApi/Controllers/QualityManagementController.cs
index 96141d0..79b0223 100644
--- a/VueWebApi/Controllers/QualityManagementController.cs
+++ b/VueWebApi/Controllers/QualityManagementController.cs
@@ -14,6 +14,7 @@
 {
     [RoutePrefix(prefix: "api/QualityManagement")]
     [ControllerGroup("璐ㄩ噺绠$悊", "鍦ㄧ嚎鎺ュ彛")]
+    [ChannelActionFilter]
     public class QualityManagementController : ApiController
     {
         //瀹氫箟鍏ㄥ眬淇℃伅杩斿洖鍙橀噺
@@ -137,7 +138,7 @@
         /// <summary>
         /// 宸ュ簭妫�楠屾爣鍑嗗垹闄�
         /// </summary>
-        /// <param name="stanedcode">stanedcode</param>
+        /// <param name="stanedcode">宸ュ簭妫�楠屾爣鍑嗗垹闄�</param>
         /// <returns></returns>
         [Route(template: "DeleteStepCheckStaned")]
         [HttpPost]

--
Gitblit v1.9.3