From 5f160f9516d04703cb46bc036db535c00e5880d6 Mon Sep 17 00:00:00 2001 From: "liu.zixi" Date: Mon, 15 Dec 2025 15:04:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E3=80=90FCJDFDXTXS-144=E3=80=91?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=A4=8D=E5=88=B6=E8=AF=BE=E7=A8=8B=E7=9A=84?= =?UTF-8?q?=E9=80=BB=E8=BE=91-=E5=8E=BB=E6=8E=89=E7=A9=BA=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/xboe/module/course/service/impl/CourseServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/boe-server-all/src/main/java/com/xboe/module/course/service/impl/CourseServiceImpl.java b/servers/boe-server-all/src/main/java/com/xboe/module/course/service/impl/CourseServiceImpl.java index 6d49523d..02f342a9 100644 --- a/servers/boe-server-all/src/main/java/com/xboe/module/course/service/impl/CourseServiceImpl.java +++ b/servers/boe-server-all/src/main/java/com/xboe/module/course/service/impl/CourseServiceImpl.java @@ -1902,7 +1902,7 @@ public class CourseServiceImpl implements ICourseService { } } } - return baseName + " (" + (maxNum + 1) + ")"; + return baseName + "(" + (maxNum + 1) + ")"; } @Transactional(propagation = Propagation.REQUIRED)