From d2f0ea6fa08802cf865b8188b3999578366107d2 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期三, 26 五月 2021 09:23:56 +0800 Subject: [PATCH] fix 修复sql符号错误 --- ruoyi-common/pom.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index 4e99076..5f1404e 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -46,7 +46,7 @@ <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> </dependency> - + <!-- JSON宸ュ叿绫� --> <dependency> <groupId>com.fasterxml.jackson.core</groupId> @@ -153,4 +153,4 @@ </dependencies> -</project> \ No newline at end of file +</project> -- Gitblit v1.9.3