学生资助、学生奖惩、学籍异动内容修改

This commit is contained in:
2025-12-03 10:00:14 +08:00
parent 310bedb4b5
commit f8b635f060
54 changed files with 518 additions and 389 deletions

View File

@@ -218,7 +218,7 @@ public class QgzxStuPostServiceImpl extends ServiceImpl<QgzxStuPostMapper, QgzxS
Long postId = stuPost.getPostId();
Long zdlsYes = qgzxStuPostMapper.countZdlsYes(postId);
if (zdlsYes >= Integer.parseInt(post.postCount)) {
throw new Exception("该岗位已有别的记录被其指导老师审核通过,不能申请通过");
throw new Exception("请检查该岗位的在岗人数是否正确");
}
param.applyStatus = QgzxApplyStatus.INSTRUCTOR_APPROVED.getCode();