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