From 131347ad63bb534b5abb6dbc979f0a47d780d8ff Mon Sep 17 00:00:00 2001 From: hwh <332078369@qq.com> Date: 星期三, 15 一月 2025 15:06:05 +0800 Subject: [PATCH] · --- 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