fix: 【FCJDFDXTXS-85】置顶列表修正

This commit is contained in:
liu.zixi
2025-12-12 10:43:33 +08:00
parent e49b62b05d
commit c8f74526ea

View File

@@ -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;