1、增加SubscribeId分组配置功能 2、增加公共分组相关国际化代码及相关sql文件修改
This commit is contained in:
@@ -27,5 +27,5 @@ public interface IpCommGroupCfgDao extends CrudDao<IpCommCfg>{
|
||||
public int getGroupIdCount(int groupId);
|
||||
|
||||
// 校验分组是否被引用
|
||||
public List<IpCommCfg> getCfgInfoByGroupIds(@Param("ids")String ids);
|
||||
public Integer getCfgInfoByGroupIds(@Param("ids")String ids);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user