From 8d9cd66b2cfea71c1cd220e03b2ba61afcc1cbc6 Mon Sep 17 00:00:00 2001 From: lizhengwei Date: Mon, 23 Mar 2026 13:06:02 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A8=E5=8D=95=E5=88=9B=E5=BB=BA=E5=92=8C?= =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/luban/api/exception/ExceptionHandle.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-site/ruoyi-h5/src/main/java/com/luban/api/exception/ExceptionHandle.java b/ruoyi-site/ruoyi-h5/src/main/java/com/luban/api/exception/ExceptionHandle.java index 540c5922d..c644dc320 100644 --- a/ruoyi-site/ruoyi-h5/src/main/java/com/luban/api/exception/ExceptionHandle.java +++ b/ruoyi-site/ruoyi-h5/src/main/java/com/luban/api/exception/ExceptionHandle.java @@ -47,7 +47,7 @@ public class ExceptionHandle { } else { log.warn(e.getMessage(), e); } - return new ResponseEntity<>(result, HttpStatus.OK); + return new ResponseEntity<>(result, HttpStatus.INTERNAL_SERVER_ERROR); }