|
|
|
|
@ -350,9 +350,9 @@ public class FmProjectMilestoneServiceImpl extends BaseServiceImpl<FmProjectMile |
|
|
|
|
if (Objects.isNull(fmProjectMilestone.getExecuteResult())) { |
|
|
|
|
throw new RuntimeException("请选择执行结果"); |
|
|
|
|
} |
|
|
|
|
if (StrUtil.isEmpty(fmProjectMilestone.getPaIndex())) { |
|
|
|
|
throw new RuntimeException("请填写序号"); |
|
|
|
|
} |
|
|
|
|
//if (StrUtil.isEmpty(fmProjectMilestone.getPaIndex())) {
|
|
|
|
|
// throw new RuntimeException("请填写序号");
|
|
|
|
|
//}
|
|
|
|
|
FmProjectApplicationEntity fmProjectApplication = fmProjectMilestone.getFmProjectApplication(); |
|
|
|
|
if (BeanUtil.isEmpty(fmProjectApplication) || Objects.isNull(fmProjectApplication.getId())) { |
|
|
|
|
throw new RuntimeException("参数异常"); |
|
|
|
|
|