|
@@ -302,7 +302,7 @@ class LessonService extends CrudService {
|
|
|
const { term: termnum } = term;
|
|
|
const classInfo = await this.clamodel.findById(classid);
|
|
|
// 先查找信息,如果有,不需要创建,修改创建信息,获取数据
|
|
|
- const content = `欢迎参加由吉林省高等学校毕业生就业指导中心举办的"双困生培训会"第${termnum}期`;
|
|
|
+ const content = `欢迎参加由吉林省高等学校毕业生就业指导中心举办的"双困生培训会"第${termnum}期-${classInfo.name}${classInfo.name.includes('班') ? '' : '班'}`;
|
|
|
let is_update = false;
|
|
|
let nres = await this.nmodel.findOne({
|
|
|
planyearid: planRes.planyearid,
|