Commit 172eb7c7 by 梅存智

优化

parent 817eb597
......@@ -112,6 +112,7 @@ public class EnrollRecordServiceImpl extends ServiceImpl<EnrollRecordMapper, Enr
}
if (this.insert(enrollRecord)) {
/*//2024-11-13 项目不使用MQ进行异步操作,注释代码,添加tp_student_enroll_passed表数据在中台调用项目服务接口
// 如果不需要审核,需要给培训发送异步消息
if (auditStatus.equals(0)) {
Enroll enroll = new Enroll();
......@@ -139,7 +140,7 @@ public class EnrollRecordServiceImpl extends ServiceImpl<EnrollRecordMapper, Enr
LOGGER.error("不需要审核的报名,给培训发送异步消息失败:", e);
}
}
}
}*/
}
return enrollRecord.getId();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment