From da2a873cceac0df9bb4944754d3c1f34ec554047 Mon Sep 17 00:00:00 2001 From: huangzhen <867217663@qq.com> Date: 星期二, 19 九月 2023 11:08:04 +0800 Subject: [PATCH] 解决Cause: java.sql.SQLSyntaxErrorException: Unknown column ‘search_value’ in ‘field list’报错问题 --- exam-system/pom.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/exam-system/pom.xml b/exam-system/pom.xml index 0d0d6bf..76f6c69 100644 --- a/exam-system/pom.xml +++ b/exam-system/pom.xml @@ -24,6 +24,7 @@ <groupId>com.ruoyi</groupId> <artifactId>ruoyi-file</artifactId> </dependency> + </dependencies> </project> -- Gitblit v1.9.2