diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/service/service/impl/ApplyServiceImpl.java b/ruoyi-system/src/main/java/com/ruoyi/system/service/service/impl/ApplyServiceImpl.java index f22ce20..80ab34a 100644 --- a/ruoyi-system/src/main/java/com/ruoyi/system/service/service/impl/ApplyServiceImpl.java +++ b/ruoyi-system/src/main/java/com/ruoyi/system/service/service/impl/ApplyServiceImpl.java @@ -51,10 +51,10 @@ public class ApplyServiceImpl implements IApplyService { */ @Override public int insertApply(Apply apply) throws Exception { - Apply a = applyMapper.selectApplyPerform(apply); - if (a != null) { - throw new Exception("该团您已经申请过,请勿重复申请"); - } +// Apply a = applyMapper.selectApplyPerform(apply); +// if (a != null) { +// throw new Exception("该团您已经申请过,请勿重复申请"); +// } apply.setCreateTime(DateUtils.getNowDate()); apply.setWeverseEmail(apply.getWeverseEmail().trim()); apply.setWeversePassword(apply.getWeversePassword().trim());