1.增加列表缺少字段导出相应修改 2.增加分组域配置批量删除功能 3.修复分组域配置导入不下发bug
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package com.nis.web.dao.basics;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.Set;
|
||||
|
||||
import org.apache.ibatis.annotations.Param;
|
||||
|
||||
@@ -28,4 +29,7 @@ public interface IpCommGroupCfgDao extends CrudDao<IpCommCfg>{
|
||||
|
||||
// 校验分组是否被引用
|
||||
public Integer getCfgInfoByGroupIds(@Param("ids")String ids);
|
||||
|
||||
public List<IpCommCfg> getGroupIds(IpCommCfg cfg);
|
||||
public void deleteCfgByGroupIds(@Param("groupIds")String groupIds);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user