1.增加列表缺少字段导出相应修改 2.增加分组域配置批量删除功能 3.修复分组域配置导入不下发bug
This commit is contained in:
@@ -37,4 +37,6 @@ public interface UrlCommGroupDao extends CrudDao<UrlCommCfg>{
|
||||
|
||||
// 校验分组是否被引用
|
||||
public Integer getCfgInfoByGroupIds(@Param("ids")String ids);
|
||||
|
||||
public List<UrlCommCfg> getGroupIds(UrlCommCfg cfg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user