法规清单-调取虚拟清单添加二次确认
This commit is contained in:
+6
@@ -224,6 +224,12 @@ public class ProjectLawsInventoryEOServiceImpl extends ServiceImpl<ProjectLawsIn
|
|||||||
projectTaskInventoryEOList.add(projectTaskInventoryEO);
|
projectTaskInventoryEOList.add(projectTaskInventoryEO);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
}else{
|
||||||
|
if(CutEnum.CN.getValue().equals(projectLawsInventoryEO.getCut())){
|
||||||
|
throw new JeroBootException("该虚拟清单的维护清单中没有数据,是否需要添加");
|
||||||
|
}else{
|
||||||
|
throw new JeroBootException("The maintenance list of the virtual list does not contain data");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user