|
|
|
@ -337,7 +337,7 @@ public class FmProjectMilestoneServiceImpl extends BaseServiceImpl<FmProjectMile |
|
|
|
if (BeanUtil.isEmpty(fmProjectMilestone) || Objects.isNull(fmProjectMilestone.getId())) { |
|
|
|
if (BeanUtil.isEmpty(fmProjectMilestone) || Objects.isNull(fmProjectMilestone.getId())) { |
|
|
|
throw new RuntimeException("参数异常"); |
|
|
|
throw new RuntimeException("参数异常"); |
|
|
|
} |
|
|
|
} |
|
|
|
if (StrUtil.isNotEmpty(fmProjectMilestone.getExecuteType())) { |
|
|
|
if (StrUtil.isEmpty(fmProjectMilestone.getExecuteType())) { |
|
|
|
throw new RuntimeException("请选择执行类型"); |
|
|
|
throw new RuntimeException("请选择执行类型"); |
|
|
|
} |
|
|
|
} |
|
|
|
// 剔除`无`选项
|
|
|
|
// 剔除`无`选项
|
|
|
|
|