Commit d13ee74e by huluobin

update

parent 064ede45
......@@ -680,6 +680,10 @@ public class ScheduleManageServiceImpl extends ServiceImpl<ScheduleManageMapper,
log.info("更新预约:{}", cmd);
if (cmd.getScheduleManageDTO().getId() == null) {
throw new RRException("校验失败 请重试");
}
ScheduleManage scheduleManage = this.setScheduleServe(cmd.getScheduleManageDTO(), cmd.getDefaultNodeList());
if (scheduleManage.getStatus().equals(ScheduleManage.STATUS_KEEP_SCHEDULED)) {
throw new RRException("已完成预约,不能修改");
......
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