From bc79605daa54de0074417ed4338454c61a69c1f6 Mon Sep 17 00:00:00 2001 From: liukang <644012909@qq.com> Date: Wed, 5 Mar 2025 16:43:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=94=B3=E8=AF=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/service/service/impl/ApplyServiceImpl.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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());