增加app ip特征(分组复用)的批量提交处理逻辑

This commit is contained in:
zhangwei
2018-11-29 15:04:03 +08:00
parent c479a40536
commit 606b8a7550
4 changed files with 168 additions and 28 deletions

View File

@@ -89,4 +89,5 @@ public interface ConfigSynchronizationDao {
public List<BaseStringCfg> getStrListByService(BaseCfg entity);
public List<ComplexkeywordCfg> getComplexStrListByService(BaseCfg entity);
public List<IpPortCfg> getAppIpPortList(@Param("tableName")String tableName,@Param("compileIds")List compileIds);
public List<AppIpCfg> getAppIpFeatureList(BaseCfg entity);
}