Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -107,9 +107,9 @@ public class KnzzGlApplyServiceImpl extends ServiceImpl<KnzzGlApplyMapper,KnzzGl
|
||||
throw new Exception("申请不存在");
|
||||
}
|
||||
|
||||
if(!Objects.equals(apply.getStuNo(), getUsername())){
|
||||
throw new Exception("只能修改自己的申请");
|
||||
}
|
||||
// if(!Objects.equals(apply.getStuNo(), getUsername())){
|
||||
// throw new Exception("只能修改自己的申请");
|
||||
// }
|
||||
|
||||
if(!Objects.equals(apply.getApplyStatus(), "1")){
|
||||
throw new Exception("申请已处理");
|
||||
|
||||
Reference in New Issue
Block a user