专病路径修改
This commit is contained in:
parent
74bd6bfefb
commit
da587c41ed
@ -161,8 +161,8 @@ public class SpecialDiseaseNodeServiceImpl implements ISpecialDiseaseNodeService
|
|||||||
if (diseaseNode.getRouteNodeDay() == null) {
|
if (diseaseNode.getRouteNodeDay() == null) {
|
||||||
throw new ServiceException("请输入节点时间");
|
throw new ServiceException("请输入节点时间");
|
||||||
}
|
}
|
||||||
if (StringUtils.isBlank(diseaseNode.getTaskType()) || StringUtils.isBlank(diseaseNode.getTaskSubdivision()) || StringUtils.isBlank(diseaseNode.getTaskStatus())) {
|
if (StringUtils.isBlank(diseaseNode.getTaskType()) || StringUtils.isBlank(diseaseNode.getTaskSubdivision())) {
|
||||||
throw new ServiceException("任务类型、任务细分、任务状态不能为空");
|
throw new ServiceException("任务类型、任务细分不能为空");
|
||||||
}
|
}
|
||||||
diseaseNode.setRouteId(specialDiseaseRoute.getId());
|
diseaseNode.setRouteId(specialDiseaseRoute.getId());
|
||||||
diseaseNode.setRouteName(specialDiseaseNode.getRouteName());
|
diseaseNode.setRouteName(specialDiseaseNode.getRouteName());
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user