法规清单调取--虚拟清单维护数据为空时,二次确认(前端处理中英文切换)

This commit is contained in:
zhn
2022-05-10 09:18:06 +08:00
parent dc42f73711
commit 06009db17d
@@ -228,7 +228,7 @@ public class ProjectLawsInventoryEOServiceImpl extends ServiceImpl<ProjectLawsIn
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");
throw new JeroBootException("该虚拟清单的维护清单中没有数据,是否需要添加");
}
}
}