分组配置管理删除分组下最后一条域配置时增加提示信息
This commit is contained in:
@@ -22,4 +22,8 @@ public interface CommonGroupManageDao extends CrudDao<CommonGroupInfo> {
|
||||
|
||||
CommonGroupInfo getGroupInfo(CommonGroupInfo searchCfg);
|
||||
|
||||
Integer getCompileIdByGroupId(String groupId);
|
||||
|
||||
// 校验是否是当前引用Group的最后一条配置
|
||||
public Integer ajaxCheckIsLastOneCfg(@Param("groupId")Integer groupId, @Param("cfgIds")String CfgIds, @Param("tableName")String indextable);
|
||||
}
|
||||
Reference in New Issue
Block a user