From 2bf4ac35e91c6a69bbaf43c79d6c5e96c3261288 Mon Sep 17 00:00:00 2001
From: bklLiudl <673013083@qq.com>
Date: 星期三, 28 八月 2024 08:50:15 +0800
Subject: [PATCH] Merge branch 'master' into Liudl

---
 Wms/Wms/Controllers/BllAsnController.cs |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/Wms/Wms/Controllers/BllAsnController.cs b/Wms/Wms/Controllers/BllAsnController.cs
index 020add9..c2960f3 100644
--- a/Wms/Wms/Controllers/BllAsnController.cs
+++ b/Wms/Wms/Controllers/BllAsnController.cs
@@ -22,8 +22,6 @@
     [Route("api/[controller]/[action]")]
     [ApiController]
     [Authorize]
-    [ServiceFilter(typeof(ApiResponseActionFilter))]
-
     public class BllAsnController : ControllerBase
     {
         #region 渚濊禆娉ㄥ叆
@@ -337,7 +335,7 @@
         }
         #endregion
 
-        #region 鎵樼洏缁戝畾
+        #region 缁勬墭鏀惰揣
         [HttpPost]
         public IActionResult GetPalletBindList(PalletBindVm model)
         {
@@ -1271,6 +1269,7 @@
         /// <param name="model"></param>
         /// <returns></returns>
         [HttpPost]
+        [ServiceFilter(typeof(ApiResponseActionFilter))]
         public async Task<SqlSugarPagedList> GetPalletUpShelfList(PalletUpShelfVm model)
         {
             RefAsync<int> count = new RefAsync<int>();

--
Gitblit v1.8.0