|
@@ -324,7 +324,7 @@ class LessonService extends CrudService {
|
|
|
|
|
|
async toSendMsg(teacherInfo, type, term) {
|
|
|
if (teacherInfo) {
|
|
|
- console.error(`type:${type};\n email:${teacherInfo.email}; \n qq:${teacherInfo.qq}`);
|
|
|
+ console.error('\n' + teacherInfo + '\n');
|
|
|
let email;
|
|
|
if (type === 'headteacher') {
|
|
|
const { qq } = teacherInfo;
|