Commit 70d7b15a by huluobin

update

parent 7f6f2e3c
...@@ -1229,7 +1229,7 @@ public class ScheduleManageServiceImpl extends ServiceImpl<ScheduleManageMapper, ...@@ -1229,7 +1229,7 @@ public class ScheduleManageServiceImpl extends ServiceImpl<ScheduleManageMapper,
} }
//如果主服务已经结单 不能再添加辅助服务 //如果主服务已经结单 不能再添加辅助服务
if (mainScheduleServe != null && mainScheduleServe.getStatus() == 3) { if (mainScheduleServe != null && mainScheduleServe.getStatus() == 3) {
throw new RRException("不能再为已完成的服务添加辅助服务") 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