fix: 【FCJDFDXTXS-144】优化复制课程的逻辑-去掉空格

This commit is contained in:
liu.zixi
2025-12-15 15:04:42 +08:00
parent 7d7a2c40c7
commit 5f160f9516

View File

@@ -1902,7 +1902,7 @@ public class CourseServiceImpl implements ICourseService {
} }
} }
} }
return baseName + " (" + (maxNum + 1) + ")"; return baseName + "(" + (maxNum + 1) + ")";
} }
@Transactional(propagation = Propagation.REQUIRED) @Transactional(propagation = Propagation.REQUIRED)