增加app ip特征(分组复用)的批量提交处理逻辑
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user