From d7fe0f4c66b134fca43bca44b1161c0e4aa28bcb Mon Sep 17 00:00:00 2001 From: chengsc <11752@DESKTOP-DS49RCP> Date: 星期一, 10 三月 2025 15:27:52 +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