From e929a380c061b41821285db61ca16faa90b28783 Mon Sep 17 00:00:00 2001
From: shijie <648688341@qq.com>
Date: Fri, 21 Aug 2020 14:16:01 +0800
Subject: [PATCH] =?UTF-8?q?=E5=88=86=E9=A1=B5=E5=B1=95=E7=A4=BAbug?=
=?UTF-8?q?=E4=BF=AE=E6=94=B9=EF=BC=8C=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pom.xml | 8 ++++++++
.../com/msdw/tms/service/impl/QuestionsServiceImpl.java | 4 ++--
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index a3e1a73..ce557e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -118,6 +118,14 @@
org.springframework.boot
spring-boot-maven-plugin
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ 2.20.1
+
+ true
+
+
diff --git a/src/main/java/com/msdw/tms/service/impl/QuestionsServiceImpl.java b/src/main/java/com/msdw/tms/service/impl/QuestionsServiceImpl.java
index 97fc05c..a2d7274 100644
--- a/src/main/java/com/msdw/tms/service/impl/QuestionsServiceImpl.java
+++ b/src/main/java/com/msdw/tms/service/impl/QuestionsServiceImpl.java
@@ -104,7 +104,7 @@ public class QuestionsServiceImpl extends ServiceImpl