mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-14 13:26:49 +08:00
szx-1241 测试合并
This commit is contained in:
@@ -1094,7 +1094,7 @@ public class CourseServiceImpl implements ICourseService {
|
|||||||
courseDao.update(c);
|
courseDao.update(c);
|
||||||
|
|
||||||
// 增加操作boe_course_teacher表记录
|
// 增加操作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";
|
String location = "/xboe/m/course/audit/submit-publish";
|
||||||
List<CourseTeacher> teacherList = courseTeacherDao.findByCourseId(c.getId());
|
List<CourseTeacher> teacherList = courseTeacherDao.findByCourseId(c.getId());
|
||||||
for (CourseTeacher teacher : teacherList) {
|
for (CourseTeacher teacher : teacherList) {
|
||||||
|
|||||||
Reference in New Issue
Block a user