From 83395d4e2f04c261080d7cf72d08964f32e06878 Mon Sep 17 00:00:00 2001 From: scmiot <scmiot@qq.com> Date: 星期三, 16 十一月 2022 08:48:19 +0800 Subject: [PATCH] GlobalExceptionHandler.handleServiceException 多余的类型转换。 --- ruoyi-common/pom.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index 4c8833f..9560b7f 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>ruoyi-vue-plus</artifactId> <groupId>com.ruoyi</groupId> - <version>4.3.0</version> + <version>4.3.1</version> </parent> <modelVersion>4.0.0</modelVersion> -- Gitblit v1.9.3