From 25df87113f92a1ad32e8e5f3b0dc9252e38575c9 Mon Sep 17 00:00:00 2001
From: zhaowc <526854230@qq.com>
Date: 星期四, 29 八月 2024 09:07:39 +0800
Subject: [PATCH] Merge branch 'zwc'

---
 Wms/Wms/Controllers/PdaAsnController.cs |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/Wms/Wms/Controllers/PdaAsnController.cs b/Wms/Wms/Controllers/PdaAsnController.cs
index d9d8380..d896832 100644
--- a/Wms/Wms/Controllers/PdaAsnController.cs
+++ b/Wms/Wms/Controllers/PdaAsnController.cs
@@ -573,8 +573,6 @@
         [UnitOfWork]
         public IActionResult BindPallet(PdaPalletBindVm model)
         {
-            try
-            {
                 var claimsIdentity = this.User.Identity as ClaimsIdentity;
                 if (claimsIdentity == null)
                 {
@@ -596,11 +594,6 @@
 
                 return Ok(new { code = 0, msg = "缁戝畾鎴愬姛!" });
 
-            }
-            catch (Exception e)
-            {
-                return Ok(new { code = 1, msg = e.Message });
-            }
         }
         #endregion
 

--
Gitblit v1.8.0