lrf402788946 4 년 전
부모
커밋
76d10e4e32
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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));