1、增加SubscribeId分组配置功能 2、增加公共分组相关国际化代码及相关sql文件修改

This commit is contained in:
zhangwenqing
2019-06-10 18:31:52 +08:00
parent 66b3673bce
commit bf03ca1cc0
59 changed files with 4394 additions and 257 deletions

View File

@@ -36,5 +36,5 @@ public interface UrlCommGroupDao extends CrudDao<UrlCommCfg>{
public Integer getGroupIdCount(@Param("groupId")String groupId);
// 校验分组是否被引用
public List<UrlCommCfg> getCfgInfoByGroupIds(@Param("ids")String ids);
public Integer getCfgInfoByGroupIds(@Param("ids")String ids);
}