lrf402788946 4 năm trước cách đây
mục cha
commit
7a54cd5672
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/service/lesson.js

+ 1 - 1
app/service/lesson.js

@@ -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);