mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-12 20:36:50 +08:00
fix: 【FCJDFDXTXS-85】置顶列表修正
This commit is contained in:
@@ -399,7 +399,7 @@ public class CoursePageServiceImpl implements ICoursePageService {
|
||||
.collect(Collectors.toList());
|
||||
|
||||
if (!teacherNames.isEmpty()) {
|
||||
vo.setTeacherName(String.join(",", teacherNames));
|
||||
vo.setTeacherName(String.join("、", teacherNames));
|
||||
}
|
||||
|
||||
return vo;
|
||||
|
||||
Reference in New Issue
Block a user