Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/frameworkcore/compatibility/impl/SmHMSysModConfigServiceImpl.java
@@ -116,8 +116,8 @@ res = foDelegate.updateMod(menuVO); /** * 返回:1表示模块名重复。 * 2表示模块标识重复。 * 3标示模块别名重复。 * 2表示模块标识重复。 * 3标示模块别名重复。 */ if(res.equals("1")){ throw new VciBaseException("模块名称重复,请修改!"); @@ -1313,7 +1313,7 @@ obj.suffixB = "";*/ obj.seq = sequence; obj.icon = menuVO.getSource(); obj.isValid = Func.isNotEmpty(menuVO.getValid()) ? menuVO.getValid():false; obj.isValid = Func.isNotEmpty(menuVO.getIsValid()) ? menuVO.getIsValid():false; obj.aliasName = aliasName; obj.resourceDotNet = resDotNet; obj.resourceMobile = resMobile;