lrf402788946 4 years ago
parent
commit
76d10e4e32
1 changed files with 2 additions and 1 deletions
  1. 2 1
      app/service/lesson.js

+ 2 - 1
app/service/lesson.js

@@ -327,10 +327,11 @@ class LessonService extends CrudService {
         noticeList.push(data);
         if (lydata) {
           lydata = { ...lydata, ...defaults, termid, classid, planyearid, planid };
-          console.log(lydata);
           noticeList.push(lydata);
         }
       }
+      console.log(`礼仪教师=>${classInfo.lyteacher}:${lydata}`);
+
       const { lessons } = l;
       let have_teacherLesson = lessons.filter(f => f.teaid);
       have_teacherLesson = JSON.parse(JSON.stringify(have_teacherLesson));