From 572145267acd5da8e5487ddf37f575e25016f79c Mon Sep 17 00:00:00 2001 From: bklLiudl <673013083@qq.com> Date: 星期六, 17 八月 2024 08:59:37 +0800 Subject: [PATCH] Merge branch 'master' into Liudl --- 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