Commit dd4191bf by huluobin

update

parent 0114eba4
...@@ -804,6 +804,8 @@ public class ScheduleManageServiceImpl extends ServiceImpl<ScheduleManageMapper, ...@@ -804,6 +804,8 @@ public class ScheduleManageServiceImpl extends ServiceImpl<ScheduleManageMapper,
if (!idleTimeDTO.isStatus()) { if (!idleTimeDTO.isStatus()) {
throw new RRException("预约时间不可用"); throw new RRException("预约时间不可用");
} }
} catch (RRException e) {
throw e;
} catch (Exception e) { } catch (Exception e) {
log.error(e.getMessage(), e); log.error(e.getMessage(), e);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment