From e00c9e03eeaffad919cf16c95b2d6048e8abfb9d Mon Sep 17 00:00:00 2001 From: chengsc <11752@DESKTOP-DS49RCP> Date: 星期五, 28 三月 2025 16:34:59 +0800 Subject: [PATCH] 修改问题 --- Wms/Wms/Controllers/BllAsnController.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Wms/Wms/Controllers/BllAsnController.cs b/Wms/Wms/Controllers/BllAsnController.cs index b4e38cc..47d4317 100644 --- a/Wms/Wms/Controllers/BllAsnController.cs +++ b/Wms/Wms/Controllers/BllAsnController.cs @@ -185,7 +185,7 @@ } if (strMesage.Contains("-1")) { - return Ok(new { code = 0, msg = "閮ㄥ垎鎴愬姛 " + strMesage }); + return Ok(new { code = 1, msg = "閮ㄥ垎鎴愬姛 " + strMesage }); } else { -- Gitblit v1.8.0