@@ -330,7 +330,7 @@ class LessonService extends CrudService {
noticeList.push(lydata);
}
- console.log(`礼仪教师=>${classInfo.lyteacher}:${lydata}`);
+ console.log(`礼仪教师=>${classInfo.lyteacher}:${JSON.stringify(lydata)}`);
const { lessons } = l;
let have_teacherLesson = lessons.filter(f => f.teaid);