学生资助、学生奖惩、学籍异动内容修改
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user