From 90063ad03c406c0cf88f5e6a1860bb43926bfddf Mon Sep 17 00:00:00 2001 From: 朱杰 <693337446@qq.com> Date: 星期一, 31 五月 2021 17:37:34 +0800 Subject: [PATCH] update 修改框架中批量接口,改为原生mybatis执行foreach,改善性能 --- 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