From 3b5858b1148ee8c5b158daeb9d2e97423120aeeb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90Li?=
<15040126243@163.com>
Date: Tue, 29 Oct 2024 19:12:07 +0800
Subject: [PATCH] update mybatis-plus 3.5.8 => 3.5.9
---
pom.xml | 8 +++++++-
ruoyi-common/ruoyi-common-mybatis/pom.xml | 5 +++++
2 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 95a14c4cc..9c9abd0ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
4.0.3
2.3
1.39.0
- 3.5.8
+ 3.5.9
3.9.1
5.8.31
3.3.4
@@ -216,6 +216,12 @@
${mybatis-plus.version}
+
+ com.baomidou
+ mybatis-plus-jsqlparser
+ ${mybatis-plus.version}
+
+
com.baomidou
mybatis-plus-annotation
diff --git a/ruoyi-common/ruoyi-common-mybatis/pom.xml b/ruoyi-common/ruoyi-common-mybatis/pom.xml
index a58064a8a..d79ba284a 100644
--- a/ruoyi-common/ruoyi-common-mybatis/pom.xml
+++ b/ruoyi-common/ruoyi-common-mybatis/pom.xml
@@ -37,6 +37,11 @@
mybatis-plus-spring-boot3-starter
+
+ com.baomidou
+ mybatis-plus-jsqlparser
+
+
p6spy