szx-1241 测试合并

This commit is contained in:
Caojr
2025-09-28 18:05:30 +08:00
parent 2456820251
commit de96d311c6

View File

@@ -1094,7 +1094,7 @@ public class CourseServiceImpl implements ICourseService {
courseDao.update(c);
// 增加操作boe_course_teacher表记录
String body = "body=" + JSONUtil.toJsonStr(full) + " aid=[" + aid + "] aname=[" + aname + "]";
String body = "body=" + JSONUtil.toJsonStr(full) + " aid=[" + aid + "] aname=[" + aname + "] ";
String location = "/xboe/m/course/audit/submit-publish";
List<CourseTeacher> teacherList = courseTeacherDao.findByCourseId(c.getId());
for (CourseTeacher teacher : teacherList) {