From 8419cb523a107c6b865628db4cdf8ef5d32b40f7 Mon Sep 17 00:00:00 2001
From: wxw <Administrator@DESKTOP-5BIMHQ3>
Date: 星期二, 13 八月 2024 10:28:46 +0800
Subject: [PATCH] 拼箱功能开发

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

diff --git a/Wms/Wms/Controllers/BllAsnController.cs b/Wms/Wms/Controllers/BllAsnController.cs
index 020add9..c921231 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 渚濊禆娉ㄥ叆
@@ -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