From 844e8b2f777b22f879be8f22d1224169c6a85e74 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期一, 07 二月 2022 23:37:47 +0800 Subject: [PATCH] fix 修复 insertOrUpdateBatch 获取错误 class 类 --- 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 9788097..91a741a 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>3.4.0</version> + <version>3.5.0</version> </parent> <modelVersion>4.0.0</modelVersion> -- Gitblit v1.9.3