mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-16 14:26:49 +08:00
fix: 【FCJDFDXTXS-144】优化复制课程的逻辑-去掉空格
This commit is contained in:
@@ -1902,7 +1902,7 @@ public class CourseServiceImpl implements ICourseService {
|
||||
}
|
||||
}
|
||||
}
|
||||
return baseName + " (" + (maxNum + 1) + ")";
|
||||
return baseName + "(" + (maxNum + 1) + ")";
|
||||
}
|
||||
|
||||
@Transactional(propagation = Propagation.REQUIRED)
|
||||
|
||||
Reference in New Issue
Block a user